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