Skip to content

Commit b111ecd

Browse files
committed
Updated the sample
1 parent 771792c commit b111ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BottomSheetSample/BottomSheetSample/MainPage.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ContentPage.ToolbarItems>
1616

1717
<Grid>
18-
<listview:SfListView ItemsSource="{Binding Books}" SelectionMode="None">
18+
<listview:SfListView ItemsSource="{Binding Books}" SelectionMode="None" AutoFitMode="DynamicHeight">
1919
<listview:SfListView.ItemTemplate>
2020
<DataTemplate>
2121
<ViewCell>

0 commit comments

Comments
 (0)