I am testing my desktop application when using two monitors and adjust them to Extend display.
I use the mouse wheel for zooming in and out but it is not working when the application is displayed on the second monitor. The mouse wheel event is not even raised when debugging using breakpoints.
Everything works fine when displaying the application on the first monitor. I thought it is a windows issue but I tested other purchased applications work fine on both monitors.
I am using .NET Framework 4.6.2
. Any suggestions?