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