You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
roubachof
transferred this issue from roubachof/Sharpnado.Presentation.Forms
Nov 18, 2020
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
The text was updated successfully, but these errors were encountered: