Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Xamarin.iOS Dynamic Sized Cells

$
0
0

If not by numbers certainly by volume the most requested feature/bug fix (depending on your view) is dynamic sized cells in iOS. Before we progress any further, this is ONLY a test. This is not a promise to actually ship this implementation or even to attempt to fix the issue at all. This is part of the vetting process of a very complex issue.

Everything in this thread is pre-alpha quality

I have done my best at a base implementation for iOS 7+. It will probably be slow and buggy as hell, so I could really use your feedback. Please note that the method used to size the cells on iOS 8 is VERY different from the method used in iOS 7.

These packages are some frankenstein of 1.3.4 and 1.3.3 and contain all sorts of other minor changes, so please do not report an issues other than those to do with dynamic cell size.

To enable dynamic cell size simple set ListView.HasUnevenRows to true and leave RowHeight and Cell.Height at their default values.

EDIT - Forgot to mention this wont work on Sim


Viewing all articles
Browse latest Browse all 58056

Trending Articles