ykon/w10wheel.net

Horizontal Scroll doesn't work in Microsoft Products

Opened this issue · 4 comments

Enable Horizontal Scrolling
Open Microsoft Excel
Try to scroll horizontally - it doesn't work.

If you set windows mouse settings to "Scrolling", horizontal scrolling will work, but w10wheel.net won't trigger anymore.

ykon commented

Thank you.

Unfortunately, horizontal scrolling with Microsoft Excel is currently not supported. Because the latest version of Microsoft Excel does not support WM_MOUSEHWHEEL message.
It can also be run on Microsoft Excel or older applications in the old way, such as sending WM_HSCROLL messages, but it is not implemented at this time.

Horizontal scroll by mousewheel not working
https://answers.microsoft.com/en-us/office/forum/office_2013_release-excel/horizontal-scroll-by-mousewheel-not-working/91586999-c3cd-4d09-8440-aee243d15d5f?page=1

WM_MOUSEHWHEEL message
https://docs.microsoft.com/en-us/windows/win32/inputdev/wm-mousehwheel
WM_HSCROLL message
https://docs.microsoft.com/en-us/windows/win32/controls/wm-hscroll

Is it the same with Google Chrome?

ykon commented

No, the Google Chrome works with horizontal scrolling.

Set Number -> horizontalThreshold (Try to set 0)

Version 79.0.3945.130 (Official Build) (64-bit)

Ah, that fixed it. Thank you.