Revert "[PT Run] Smooth scrolling of the results list" (#15420)

This reverts commit 3ada3c20a2.
This commit is contained in:
Jaime Bernardo
2022-01-11 11:00:29 +00:00
committed by GitHub
parent f303c29d4c
commit bcba63e4b2

View File

@@ -174,7 +174,6 @@
Padding="0, 0"
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.CanContentScroll="False"
SelectionMode="Single"
SelectedIndex="{Binding Results.SelectedIndex, Mode=TwoWay}"
SelectionChanged="SuggestionsListView_SelectionChanged"