Toolstrip container for MDI

W

WellBrewed

Hi, I want to be able to put a set of
rafting toolbars on my MDI application
form.
The Toolstrip container does not help with this.
The content panel is in the way of my child forms.
I tried setting the content panel background
to invisible, and sending it to the back,
but that did not work.

Is there any workaround to get rafting toolbars in an MDI app?
Can I write my own ToolStripContainer to handle this?
 
W

WellBrewed

I've figured it out:
There is a control called System.Windows.Forms.ToolStripPanel.
You can use this to allow rafting toolbars in an MDI application.
Its not included in the toolbox by default, but you can add it.
 

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

Top