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
135
Tab groups not directly inside a MDI container
posted

For this iteration, I was given the chance at fame and glory by changing our interface.

Today, we have a Tabbed MDI as our main window with vertical tabs. For the tab in question, we have a UltraTabControl with horizontal tabs and in each of those tabs, lots of content (not important for this).

The requirement is to allow us to see two of the horizontal tabs at once. Sadly, I can't figure out how to get UltraTabControl to give me tab groups (which looks like the feature I want) like Tabbed MDI manager. Given that, I tried Tabbed MDI manager, but I can't put one MDI container inside another.

So, the main question is: how can I get tab groups in those horizontal tabs? The current UI standard is to maintain the vertical tab/horizontal tab distinction, which means I would have a major fight if I have to break that paradigm.

Parents
No Data
Reply
  • 53790
    Verified Answer
    posted

    Hi,

    If I understand your reqirements, at that moment our UltraTabControl does not have such kind functionality, but you could achieve desired behavior with the code in attached sample. Please take a look at the attached sample and video for more details and let me know if you have any questions.

    Regards

    UltraTabControlWithTabGroups.zip
Children