Skip to content

Commit

Permalink
[PT Run] Smooth scrolling of the results list (microsoft#15033)
Browse files Browse the repository at this point in the history
This fixes scrolling when using touchpad
  • Loading branch information
stefansjfw authored Dec 17, 2021
1 parent 073caff commit 3ada3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/launcher/PowerLauncher/ResultList.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
Padding="0, 0"
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.CanContentScroll="False"
SelectionMode="Single"
SelectedIndex="{Binding Results.SelectedIndex, Mode=TwoWay}"
SelectionChanged="SuggestionsListView_SelectionChanged"
Expand Down

0 comments on commit 3ada3c2

Please sign in to comment.