Skip to content

Commit

Permalink
Disabling scrollbars for gridview items.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbodrug-microsoft committed Apr 21, 2020
1 parent 3a584e3 commit c3bded6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/launcher/PowerLauncher.UI/ResultList.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
Grid.Column="1"
Margin="0,0,42,0"
Height="46"
ScrollViewer.IsVerticalRailEnabled="False"
ScrollViewer.VerticalScrollBarVisibility="Disabled"
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
ItemsSource="{Binding ContextMenuItems}"
SelectionMode="Single"
SelectedIndex="{Binding ContextMenuSelectedIndex}">
Expand Down

0 comments on commit c3bded6

Please sign in to comment.