문제

I have menustrip control in my Windows Form like this:

FILE EDIT VIEW OPTIONS ABOUT UPDATE 

but when user changes the size of form and when form is getting narrow menus should be like this:

FILE EDIT VIEW OPTIONS
ABOUT UPDATE

Is there any property for this? Or should I use other control which makes possible what I want. You can try it in Visual studio's dynamic Menu according to the window's size.

Any suggestions? thanks

도움이 되었습니까?

해결책

Just set the LayoutStyle property of your MenuStrip to Flow.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top