Settings: Add ScrollViewer to Command Palette page in PowerToys Settings (#43649)

This commit is contained in:
Jiří Polášek
2025-11-18 00:55:14 +01:00
committed by GitHub
parent 7a01d56179
commit b94593ef73

View File

@@ -11,6 +11,7 @@
AutomationProperties.LandmarkType="Main" AutomationProperties.LandmarkType="Main"
mc:Ignorable="d"> mc:Ignorable="d">
<Grid> <Grid>
<ScrollViewer AutomationProperties.AutomationId="PageScrollViewer">
<Grid <Grid
MaxWidth="1000" MaxWidth="1000"
Padding="16,0,16,0" Padding="16,0,16,0"
@@ -205,5 +206,6 @@
IsEnabled="{x:Bind ViewModel.IsEnabled, Mode=OneWay}" /> IsEnabled="{x:Bind ViewModel.IsEnabled, Mode=OneWay}" />
</StackPanel> </StackPanel>
</Grid> </Grid>
</ScrollViewer>
</Grid> </Grid>
</local:NavigablePage> </local:NavigablePage>