Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top