0
kicks
Dispatching of mouse wheel input to the control below the mouse cursor
Normally, mouse wheel input always goes to the control which holds the keyboard input focus. But since that wheel is mounted to the mouse and not the keyboard, it should follow the mouse cursor’s position more than the keyboard focus. This behaviour can be activated with the MouseFilter component that you can easily drag into your form and it will do the rest for you.