c# Winforms - How to change a vertical MenuStrip navigation to be more user friendly? (intuitive) -




i have vertical menustrip similar one:

vertical menustrip example

vertical menustrip example

(layoutstyle = verticalstackwithoverflow, dock = left) , need change way arrow keys work inside menu because act menustrip horizontal (right , left arrow keys navigate between items) , need acts vertical menu (up , down arrow keys navigate between items).

it's ok if don't give me exact way @ least need change arrow keys events if possible.

if want recreate situation create mdi form , use properties mentioned, notice navigation doesn't feel natural "parent" items.

i hope can me , other people might have same problem, thank you!





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -