Skip to content

Commit d8b2083

Browse files
committed
Virtualizing the plugin list
1 parent 629e7ab commit d8b2083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,12 +1037,12 @@
10371037
Background="{DynamicResource Color01B}"
10381038
ItemContainerStyle="{StaticResource PluginList}"
10391039
ItemsSource="{Binding PluginViewModels}"
1040-
ScrollViewer.CanContentScroll="False"
1040+
ScrollViewer.CanContentScroll="True"
10411041
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
10421042
SelectedItem="{Binding SelectedPlugin}"
1043-
SnapsToDevicePixels="True"
10441043
Style="{DynamicResource PluginListStyle}"
10451044
VirtualizingStackPanel.IsVirtualizing="True"
1045+
VirtualizingPanel.ScrollUnit="Pixel"
10461046
VirtualizingStackPanel.VirtualizationMode="Recycling">
10471047
<ListBox.ItemsPanel>
10481048
<ItemsPanelTemplate>

0 commit comments

Comments
 (0)