ykon / w10wheel.net

Mouse Wheel Simulator
MIT License
104 stars 8 forks source link

Horizontal Scroll doesn't work in Microsoft Products #2

Open Snuupy opened 5 years ago

Snuupy commented 5 years ago

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 5 years ago

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

Snuupy commented 4 years ago

Is it the same with Google Chrome?

ykon commented 4 years ago

No, the Google Chrome works with horizontal scrolling.

Set Number -> horizontalThreshold (Try to set 0)

Version 79.0.3945.130 (Official Build) (64-bit)

Snuupy commented 4 years ago

Ah, that fixed it. Thank you.