We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629e7ab commit d8b2083Copy full SHA for d8b2083
Flow.Launcher/SettingWindow.xaml
@@ -1037,12 +1037,12 @@
1037
Background="{DynamicResource Color01B}"
1038
ItemContainerStyle="{StaticResource PluginList}"
1039
ItemsSource="{Binding PluginViewModels}"
1040
- ScrollViewer.CanContentScroll="False"
+ ScrollViewer.CanContentScroll="True"
1041
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
1042
SelectedItem="{Binding SelectedPlugin}"
1043
- SnapsToDevicePixels="True"
1044
Style="{DynamicResource PluginListStyle}"
1045
VirtualizingStackPanel.IsVirtualizing="True"
+ VirtualizingPanel.ScrollUnit="Pixel"
1046
VirtualizingStackPanel.VirtualizationMode="Recycling">
1047
<ListBox.ItemsPanel>
1048
<ItemsPanelTemplate>
0 commit comments