[settings][flyout] Make launch page scrollable (#34435)

* [settings][flyout] Make launch page scrollable

* xaml formatting
This commit is contained in:
Stefan Markovic
2024-08-26 14:40:43 +02:00
committed by GitHub
parent 2189e7e1b9
commit fae78ae054

View File

@@ -65,6 +65,7 @@
</Button>
</Grid>
<Grid Grid.Row="1">
<ScrollViewer>
<ItemsControl
Margin="12,26,12,24"
HorizontalAlignment="Stretch"
@@ -104,6 +105,7 @@
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>
</ScrollViewer>
</Grid>
</Grid>
<Grid Grid.Row="2">