Re: Using ToolStripContainer on MDI Parents by Techno_Dex
Techno_Dex
Wed Jun 14 09:34:49 CDT 2006
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.
"Carsten Schuette" <carsten.schuette@gmx.de> wrote in message
news:xn0engx1m92fa2000@news1.ewetel.net...
> 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