mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add ScrollViewer.CanContentScroll="False"
This commit is contained in:
parent
4d766405bc
commit
fdcab6904f
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@
|
|||
<TextBlock Text="{DynamicResource plugin}" TextAlignment="left" FontSize="30" Margin="0 5 0 0"/>
|
||||
</Border>
|
||||
<Border Grid.Column="0" Grid.Row="1" Background="#f3f3f3" Padding="0 0 0 0">
|
||||
<ListBox SelectedItem="{Binding SelectedPlugin}"
|
||||
<ListBox SelectedItem="{Binding SelectedPlugin}" ScrollViewer.CanContentScroll="False"
|
||||
ItemsSource="{Binding PluginViewModels}"
|
||||
Margin="5, 0, 0, 0" ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
||||
ItemContainerStyle="{StaticResource PluginList}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue