Вопрос

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