I use ToolStripContainer, which contains three ToolStrips. During development, I move ToolStrips to the positions where I want them, in a horizontal line at the top of the form, for example:

Then I close and save the form. However, if I open the form again, ToolStrips end on the left side of the ToolStripContainer as follows:

How can I hold ToolStrips in the positions I specify?
c # winforms toolstrip
Eric Anastas
source share