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
570
Is there a sample for nesting MDI groups
posted

I need a nested MDI interface, and am unable to figure out how to get this to work properly.  I know that there is the AllowNestedTabGroups, but I can't figure out how to get it to work properly.  I have looked at the "UltraTabbedMdiManager Basic Features" sample app without any luck.  Is there any sample code out there for this?

Thanks,

Justin

Parents
  • 44743
    posted

    That sample has a check box in the "General Properties" tab to set the property to allow nested tab groups. When this is False, you can only have all vertical splits or all horizontal splits when creating new panes. This is how VS2008 acts. When you set the property to True, you can create a horizontal split in one of the vertical panes and vice versa. Then inside that nested group, you can change the split orientation again. Is this not working or were you expecting some other kind of functionality. If you were expecting something else, can you describe what you are looking for?

Reply Children