We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771792c commit b111ecdCopy full SHA for b111ecd
BottomSheetSample/BottomSheetSample/MainPage.xaml
@@ -15,7 +15,7 @@
15
</ContentPage.ToolbarItems>
16
17
<Grid>
18
- <listview:SfListView ItemsSource="{Binding Books}" SelectionMode="None">
+ <listview:SfListView ItemsSource="{Binding Books}" SelectionMode="None" AutoFitMode="DynamicHeight">
19
<listview:SfListView.ItemTemplate>
20
<DataTemplate>
21
<ViewCell>
0 commit comments