Like the subject says, when I only have one MDI child and therefore only one tab, I would like the child to take the entire MDI area without showing the tab. Once I get more than one child, I would like my tabs to show.
I'm not seeing how to do this given all the properies in the tab manager.
You can hide all tabs by setting the UltraTabbedMdiManager.TabGroupSettings.TabStyle to Wizard. But if you have multiple tab groups, you will want to set this on a single MdiTabGroup. You can set its Settings.TabStyle to Wizard.