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
785
how to hide the tab when only one tab is in a group...
posted

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.

  • 44743
    Suggested Answer
    posted

    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.