I have some menus that contain many menuitems. Mouse wheel doesn’t scroll them. I have to use the keyboard arrows or click the arrows at top and bottom.
Is it possible to use the mouse wheel to scroll toolstrip menu items?
Thanks
I have some menus that contain many menuitems. Mouse wheel doesn’t scroll them. I
Share
A working solution:
Register for
MouseWheelevent of your form andDropDownClosedevent of your rootMenuStripItem(here, rootItem) in theLoadevent of the formAdd the code for
Keyboardclass which simulate key pressesAdd the code for
DropDownOpened,DropDownClosed,MouseWheelevents: