From 247c97084292698cdcb4617c3ccf4903a9aa4c31 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 15 Nov 2022 01:38:45 +0900 Subject: [PATCH] Fix Freezing --- Flow.Launcher/SettingWindow.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index e50d5be3c..188d3427e 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1047,7 +1047,7 @@ Background="{DynamicResource Color01B}" ItemContainerStyle="{StaticResource PluginList}" ItemsSource="{Binding PluginViewModels}" - ScrollViewer.CanContentScroll="True" + ScrollViewer.CanContentScroll="False" ScrollViewer.HorizontalScrollBarVisibility="Disabled" SelectedItem="{Binding SelectedPlugin}" SnapsToDevicePixels="True" @@ -1057,7 +1057,7 @@ VirtualizingStackPanel.VirtualizationMode="Recycling"> - +