File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments