toolstripcontainer

Why do my horizontal toolstrips keep stacking verticaly?

I'm using a ToolStripContainer that contains three ToolStrips. At design time I move the ToolStrips to the positions I want them in, which is in a horizontal row across the top of the form like this: I then close and save the Form. However, if I open the form up again the ToolStrips end up stacked up on the left side of the ToolStripC...

MDI Child at toolstripcontainer

Hi probably a very small issue - but I have no idea... I added MDIChild Forms to a toolstripcontainer ala: f.MdiParent = this; this.toolStripContainer2.ContentPanel.Controls.Add(f); f.Show(); This works quiet fine, but all the sudden I cannot activate this childs, i.e. Clicking to one of these windows will not keep it active. The wind...