Skip to content

Commit 315d762

Browse files
committed
Try fix
1 parent 5c04e26 commit 315d762

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Flow.Launcher/Resources/SettingWindowStyle.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:converters="clr-namespace:Flow.Launcher.Converters"
5-
xmlns:core="clr-namespace:Flow.Launcher.Core.Resource;assembly=Flow.Launcher.Core">
5+
xmlns:core="clr-namespace:Flow.Launcher.Core.Resource;assembly=Flow.Launcher.Core"
6+
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
67
<converters:BorderClipConverter x:Key="BorderClipConverter" />
78
<converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter" />
89
<converters:TextConverter x:Key="TextConverter" />

Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,14 @@
134134
FontSize="14"
135135
ItemContainerStyle="{StaticResource StoreList}"
136136
ItemsSource="{Binding Source={StaticResource PluginStoreCollectionView}}"
137+
ScrollViewer.CanContentScroll="True"
137138
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
138139
SelectionMode="Single"
139140
Style="{DynamicResource StoreListStyle}"
141+
VirtualizingPanel.IsVirtualizing="True"
140142
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
141-
VirtualizingPanel.ScrollUnit="Pixel">
143+
VirtualizingPanel.ScrollUnit="Pixel"
144+
VirtualizingPanel.VirtualizationMode="Recycling">
142145
<ListView.ItemsPanel>
143146
<ItemsPanelTemplate>
144147
<wpftk:VirtualizingWrapPanel

0 commit comments

Comments
 (0)