Hi all,

I have opened a new Windows forms app and placed a ToolStripContainer into Form1. With drag and drop I placed two ToolStrips and one MenuStrip (in this order) into the ToolStripPanel on top of the container. For this VB created three new rows in the ToolStripPanel.

Now I dragged the two ToolStrips in the first row and the MenuStrip in the second row and stored this. Compiling this gives the design that I want to have.

But when I close and reopen the project there are again tree rows in the ToolStripPanel and another order of ToolStrips and MenStrips. How can I avoid this changing?

Greetings,

TheTree