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
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