How to: Position a ToolStripItem on a ToolStrip
You can move or add a ToolStripItem to the left or right side of a ToolStrip.
To move or add a ToolStripItem to the left side of a ToolStrip
- Set the ToolStripItemAlignment property of the ToolStripItem to Left.
To move or add a ToolStripItem to the right side of a ToolStrip
- Set the ToolStripItemAlignment property of the ToolStripItem to Right.