Why do my horizontal toolstrips keep stacking verticaly?
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-06-15T01:29:22Z
Indexed on
2010/06/15
1:32 UTC
Read the original article
Hit count: 243
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 ToolStripContainer like this:
How can I keep the ToolStrips in the positions that I specify?
© Stack Overflow or respective owner