Xamarin.forms: AutoSize for the CollectionView

Created on 23 Jun 2020  Â·  3Comments  Â·  Source: xamarin/Xamarin.Forms

It would be nice if there is a way to auto size the collectionview to fit its elements.

collectionview proposal-open enhancement âž•

Most helpful comment

The height of the listview, the height is actually the screenheight so that you can't put something else under the listview

All 3 comments

what do you want to autosize here? do you want to autosize width and height or layoutitems? you are probably looking for similar to Flexlayout

The height of the listview, the height is actually the screenheight so that you can't put something else under the listview

This is really important, I have absolutely no idea how it's been so long since CollectionView was introduced without this being done yet. Personally I'd describe this issue as a pretty urgent bug fix.

Was this page helpful?
0 / 5 - 0 ratings