You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow horizontal scrolling if the horizontal scrollbar is not disabled and the vertical scrollbar is disabled (#3174)
* Fixes#3170 - A horizontal scroll happens if the mouse has a horizontal wheel OR if the horizontal scrollbar is not disabled AND the vertical scrollbar IS disabled
* Only scroll opposite if the scroll happened from a horizontal scroll
* Correct or statement
Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
// A horizontal scroll happens if the mouse has a horizontal wheel OR if the horizontal scrollbar is not disabled AND the vertical scrollbar IS disabled
0 commit comments