Skip to content

Commit 247c970

Browse files
committed
Fix Freezing
1 parent e2427ce commit 247c970

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
@@ -1047,7 +1047,7 @@
10471047
Background="{DynamicResource Color01B}"
10481048
ItemContainerStyle="{StaticResource PluginList}"
10491049
ItemsSource="{Binding PluginViewModels}"
1050-
ScrollViewer.CanContentScroll="True"
1050+
ScrollViewer.CanContentScroll="False"
10511051
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
10521052
SelectedItem="{Binding SelectedPlugin}"
10531053
SnapsToDevicePixels="True"
@@ -1057,7 +1057,7 @@
10571057
VirtualizingStackPanel.VirtualizationMode="Recycling">
10581058
<ListBox.ItemsPanel>
10591059
<ItemsPanelTemplate>
1060-
<VirtualizingStackPanel Margin="0,0,0,0" />
1060+
<VirtualizingStackPanel Margin="0,0,0,10" />
10611061
</ItemsPanelTemplate>
10621062
</ListBox.ItemsPanel>
10631063
<ListBox.ItemTemplate>

0 commit comments

Comments
 (0)