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 vanzue
parent 4b1f54fff9
commit 883ec9c815

View File

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