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
Post a Comment