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
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.
Hi Michael
Your approach works well, thanks for the sample.
One more question:
When using the MDI Tabbed manager, is it possible to have a mixture of forms in tabs and some forms free floating. ? For example, In SQL Server, all query windows etc are in tabs but the Server Login form is free floating. Is it possible to mimic this behaviour with the MDI Tabbed manager .
Jarid