diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 57b0174f6..7c62b34bb 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1037,12 +1037,12 @@ Background="{DynamicResource Color01B}" ItemContainerStyle="{StaticResource PluginList}" ItemsSource="{Binding PluginViewModels}" - ScrollViewer.CanContentScroll="False" + ScrollViewer.CanContentScroll="True" ScrollViewer.HorizontalScrollBarVisibility="Disabled" SelectedItem="{Binding SelectedPlugin}" - SnapsToDevicePixels="True" Style="{DynamicResource PluginListStyle}" VirtualizingStackPanel.IsVirtualizing="True" + VirtualizingPanel.ScrollUnit="Pixel" VirtualizingStackPanel.VirtualizationMode="Recycling">