Skip to content

Commit fdcab69

Browse files
committed
add ScrollViewer.CanContentScroll="False"
1 parent 4d76640 commit fdcab69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
<TextBlock Text="{DynamicResource plugin}" TextAlignment="left" FontSize="30" Margin="0 5 0 0"/>
645645
</Border>
646646
<Border Grid.Column="0" Grid.Row="1" Background="#f3f3f3" Padding="0 0 0 0">
647-
<ListBox SelectedItem="{Binding SelectedPlugin}"
647+
<ListBox SelectedItem="{Binding SelectedPlugin}" ScrollViewer.CanContentScroll="False"
648648
ItemsSource="{Binding PluginViewModels}"
649649
Margin="5, 0, 0, 0" ScrollViewer.HorizontalScrollBarVisibility="Disabled"
650650
ItemContainerStyle="{StaticResource PluginList}"

0 commit comments

Comments
 (0)