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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -