Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Merging Menus in MDI leaves space in child form
posted

I have an MDI parent form with an Infragistics menubar and toolbar, and MdiMergeable set to true.  I bring up a child form in the MDI, also with an Infragistics menubar and toolbar and MdiMergeable set to true.  The menus and tools merge fine, but when the child form displays in the MDI container there is an empty space where the menu and toolbar were.   In other words, the menu and toolbar are gone but the real estate assigned to them is still there.   I know that I can put all the controls on a panel and shift it up, but I was looking for an easier way if possible. I can't move the toolbar/menu to another location on the form because this form is also used in a standalone app that doesn't have an MDI parent.   Is there any way to automatically shift all the controls up on the form so there isn't any empty spaces at the top as part of the toolbars manager?

Visual Studio 2005

Infragistics version 6.1.20061.1055.

Thanks.