I am bulding a C# Windows Forms Application which has a Menu Strip with each menu having a few menu items (just like in notepad).
The Problem: When a menu is selected, I can navigate properly with the direction keys(left/right) on the keyboard but when a menu is Dropdown Opened, the direction keys(left/right) on the keyboard navigate to the menu in the opposite direction. Left direction key takes me to the right menu and right direction key takes me to the left menu.
Please help me. I've searched a lot on the internet but no luck yet!