My question is about a MenuStrip, I have one in my winforms application, it has dock = left and LayoutStyle = VerticalStackWithOverflow , so it looks like this more or less:
In my case it has 7 options and an image about each text, creating it is simple, what I need now is that the navigation within it is intuitive but I can not find how to change the events of the arrows on the keyboard.
At this moment the MenuStrip behaves as if it were horizontal, so the up and down arrows open the options, instead of navigating between one option and another, and the left and right arrows are those that navigate between options, I need to change that, is it possible?
I do not attach code because it is enough to create an mdi and add the MenuStrip with some options and put the properties as I mentioned before so that it is vertical to the left.