roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
245 stars 30 forks source link

[HorizontalListView] Auto ItemHeight to fit row content #5

Open JeremyBP opened 4 years ago

JeremyBP commented 4 years ago

Is your feature request related to a problem? Please describe. Hi, I just can't find how to get items fit its content. If I write something like: ListLayout="Grid" ColumnCount="1" ItemHeight="0" It just desapears. Is there a way to get a vertical simple list with dynamic row height?

Describe the solution you'd like ListLayout="Grid" ColumnCount="1" ItemHeight="0" like you did with Linear layout

Describe alternatives you've considered not using it :)

Additional context HasUnevenRows="True" and RowHeight="-1" for official XF ListView or AutoFitMode="Height" for SfListView

weiwshen commented 3 years ago

Hello Roubachof, any update on this one?

thanks

roubachof commented 3 years ago

It's a feature request opened to any PR :)

prasad210 commented 1 month ago

Any update on this or has this feature been developed ?