Scroll wheel zoom works on Win10 but not Win7
See original GitHub issueBug description: Scroll wheel zoom not working in WinForms, enableScrollWheelZoom is set to true.
Steps to reproduce:
- Drag and drop a formsPlot into the designer.
- Enable the scroll with zoom using
formsPlot1.Configure(enableScrollWheelZoom: true);
- Start the program and try to zoom using the scroll wheel
Additional info: Everything else works as expected. You can zoom using right click. Using .Configure works on other settings properly. MouseWheel event is working properly. Everything works fine in the WPF version, this is a problem with the WinForms version. I’m using the 2017 version of Visual Studio with the latest version of ScottPlot on NuGet (4.0.29).
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Scroll wheel zoom works on Win10 but not Win7 · Issue #354
Scroll wheel zoom not working in WinForms, enableScrollWheelZoom is set to true. Steps to reproduce: Drag and drop a formsPlot into the designer ......
Read more >How to Fix Mouse Zooming Instead of Scrolling on Windows?
If it doesn't work, the only way to stop the annoying zooming behavior of your mouse is to replace your keyboard.
Read more >Mouse Wheel Zooms In and Out Instead of Scrolling
On the right-hand pane, uncheck the box associated with the option Zoom on roll with Intellimouse. Click on OK to save the changes...
Read more >Mouse wheel not working only in browsers on Win 10
However, zooming in/out with mouse wheel works fine even in browsers. I use Windows 10, Logitech Options, everything is up-to-date. The issue is ......
Read more >Mouse wheel is zooming instead of scrolling
Most web browsers and some apps have a feature that lets you zoom in and out by pressing and holding the Ctrl key...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I couldn’t leave that stack overflow code block alone though 😅
Here’s a more straightforward version
Thanks @vrdriver! I cleaned it up a bit and will leave it here for future people who may search for this similar question. I’m happy to hear you found a solution that works for you!