We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adaca5 commit 1b0c425Copy full SHA for 1b0c425
Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml
@@ -89,7 +89,8 @@
89
</Style.Triggers>
90
</Style>
91
</Border.Style>
92
- <ui:ScrollViewerEx VirtualizingStackPanel.IsVirtualizing="True" VirtualizingStackPanel.ScrollUnit="Pixel">
+ <!-- We need to keep this ScrollViewerEx because its height cannot be expanded to the whole page -->
93
+ <ui:ScrollViewerEx>
94
<StackPanel>
95
<Slider
96
Name="WindowHeightValue"
0 commit comments