Hi,
We have an app with a lot of child forms. We want the child forms to open normally using the UltraTabbedMdiManager, but as of now the forms are occupying the whole space below the tab. Is there anyway of doing this?
Thanks
Navi
The only purpose of the UltraTabbedMdiManager is to arrange the child forms in this new layout. If your customers want to switch to a normal layout, you can give them a UI to be able to toggle the Enabled property of the UltraTabbedMdiManager.
Hmm, so is there no way to keep the UltraTabbedMdiManager enabled and have the child forms come normally. I mean some of the customers might want to switch to that mode.
If you use the UltraTabbedMdiManager, the tabs will occupy all available space for mdi children. You can temporarily turn off this functionality by setting Enabled to False on the manager.