From 8fc3f1ccbd351a7520cb32cfdef59e661582ed28 Mon Sep 17 00:00:00 2001 From: Hector Minaya Date: Sat, 1 Aug 2020 01:48:38 -0400 Subject: [PATCH] [Fancy Zones] Add scrollbar to the input field for excluded apps in the settings page (#5410) --- .../Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml | 3 +++ 1 file changed, 3 insertions(+) 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"/>