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

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -