[PT Run] Smooth scrolling of the results list (#15033)

This fixes scrolling when using touchpad
This commit is contained in:
Stefan Markovic
2021-12-17 10:22:25 +01:00
committed by GitHub
parent 073caffef4
commit 3ada3c20a2

View File

@@ -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"