ToolStripContainer Problem

Hi,

Following is the layout/hierarchy of my main form. I need to the  ToolStripContainer.ContentPanel to allow MDI as currently it does not seem too.

mainForm
 |
 |--toolStripContainer1
 |   |
 |   |--toolStripContainer1.BottomToolStripPanel
 |   |
 |   |--toolStripContainer1.LeftToolStripPanel
 |   |
 |   |--toolStripContainer1.RightToolStripPanel
 |   |
 |   |--toolStripContainer1.TopToolStripPanel
 |   |  |
 |   |  |   (Always shown)
 |   |  |--defaultToolStrip
 |   |  |
 |   |  |  (Below:only shown with appropriate permissions & when display is available)
 |   |  |--userEditToolStrip
 |   |  |
 |   |  |  (Below:only shown with appropriate permissions & when display is available)
 |   |  |--clientEditToolStrip
 |   |
 |   |
 |   |--toolStripContainer1.ContentPanel
 |      |
 |      |--Need it to be MDI container, can display only one form
 |      |  This is what i need to know how to do. I have figured out to get forms to display.
 |     
 |
 |--menuStrip
 |     
 |--statusStrip


Hope this is clear enough.

Thanks



Answer this question

ToolStripContainer Problem

  • Liangxiao Zhu - MSFT

    Hi again,

    I solved the issue using the MDIClient class.

    Cheers,

    kwigibo

  • ToolStripContainer Problem