Using ToolStripContainer on MDI Parents

  • Thread starter Thread starter Carsten Schuette
  • Start date Start date
C

Carsten Schuette

Hi,

I want to use "ToolStripContainer" on MDI parent form. This is a
problem because the ToolStripContainer.contentPanel fills the whole
client area of my form.

Is there a solution for this?

Carsten
 
Its a little bit more of a pain to code, but you can add the ToolStripPanel
control to your Toolbox Menu then drag them onto the form where you want
them. The ToolStripPanel is same control used inside the
ToolStripContainer. I say they are a pain, because adding Toolbars to the
individual ToolStripPanels can be cumbersome. I would recommend you add the
ToolStrips to an Undocked ToolStripPanel, then dock the panel to the form.
 
Back
Top