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
610
Controling the Position of the MDI Tabbed Manager
posted

Hi There

I want to create a MDI Winforms application that mimics the behaviour of SQL Server 2005/2008.

That is a parent form containing a WinTree control down the left side of the parent form and next to the WinTree control must be the WinTabbedMDIManager that contains the child forms.

Currently the WinTabbedMDIManager occupies the entire child display area of the parent MDI form.

I need to get the WinTabbedMDIManager to only occupy a portion of the child display area of the parent form.

 How do I do this ?

TIA

 

Parents
No Data
Reply
  • 9298
    posted

    Jarid,

    I suggest that you place an UltraPanel on your Form and dock it to the left side.  Place your UltraTree in the Panel and I believe that will give you the result you desire.  I am attaching a sample application to this forum thread which will illustrate how this can work.  I hope you find it helpful.  Let me know if you have further questions.

    ControllingMDITabbedManagerPosition.zip
Children