diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml index c9e9d019f6..9f93f1ba55 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml @@ -279,6 +279,9 @@ Width="380" Height="160" HorizontalAlignment="Left" + ScrollViewer.VerticalScrollBarVisibility ="Visible" + ScrollViewer.VerticalScrollMode="Enabled" + ScrollViewer.IsVerticalRailEnabled="True" TextWrapping="Wrap" AcceptsReturn="True"/>