문제

I am having a problem where on some of my forms my menu bar is covering up my controls enter image description here

But there are also some instances where my controls automatically line up below my menu enter image description here

What do I need to do in my forms so that my controls always line up below my menu?

도움이 되었습니까?

해결책

I discovered that the ability of a control to adjust its location to below the menu requires the control to be dock to the form. If you are using non-docked controls you need to place them in side a panel and then dock that panel to the form.

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