سؤال

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