roubachof/Sharpnado.CollectionView

Auto Height of CollectionView

Closed this issue · 2 comments

Hi, I'm using vertical collection view, but it required height value , i want the height according to the content

If you have several fixed height for your items you can data template selector and SizedDataTemplated.
If each of your item may have a different size depending on its content, use regular Maui CollectionView.

Hi, I'm using vertical collection view, but it required height value , i want the height according to the content

You can use HeightRequest="NaN" for dynamic height content