mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
[PT Run] Smooth scrolling of the results list (#15033)
This fixes scrolling when using touchpad
This commit is contained in:
@@ -174,6 +174,7 @@
|
|||||||
Padding="0, 0"
|
Padding="0, 0"
|
||||||
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
|
||||||
ScrollViewer.VerticalScrollBarVisibility="Auto"
|
ScrollViewer.VerticalScrollBarVisibility="Auto"
|
||||||
|
ScrollViewer.CanContentScroll="False"
|
||||||
SelectionMode="Single"
|
SelectionMode="Single"
|
||||||
SelectedIndex="{Binding Results.SelectedIndex, Mode=TwoWay}"
|
SelectedIndex="{Binding Results.SelectedIndex, Mode=TwoWay}"
|
||||||
SelectionChanged="SuggestionsListView_SelectionChanged"
|
SelectionChanged="SuggestionsListView_SelectionChanged"
|
||||||
|
|||||||
Reference in New Issue
Block a user