winforms - MenuStrip control menu's location change when form size getting smaller -


i have menustrip control in windows form this:

file edit view options update  

but when user changes size of form , when form getting narrow menus should this:

file edit view options update 

is there property this? or should use other control makes possible want. can try in visual studio's dynamic menu according window's size.

any suggestions? thanks

just set layoutstyle property of menustrip flow.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -