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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top