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.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Desktop feedback