Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Is it possible to resize the listview to the size of it's content?
I tried using listView.IntrinsicContentSize.Height, but it always returns -1.
CGSize intristicSize = listView
.layout
.collectionViewContentSize
;
listView
.frame
=
CGRectMake
(
0
,
10
, intristicSize
.width
.height
);
See What's Next in App Development. Register for TelerikNEXT.