--- title: "How to: Position a ToolStripItem on a ToolStrip" ms.date: "03/30/2017" helpviewer_keywords: - "ToolStrip control [Windows Forms], aligning items" - "toolbars [Windows Forms], positioning items" ms.assetid: 11fd7c5b-ee5c-4993-9a11-89127ff0aa7a --- # How to: Position a ToolStripItem on a ToolStrip You can move or add a to the left or right side of a . ### To move or add a ToolStripItem to the left side of a ToolStrip 1. Set the property of the to . ### To move or add a ToolStripItem to the right side of a ToolStrip 1. Set the property of the to . ## See also - - - - - [ToolStrip Control Overview](toolstrip-control-overview-windows-forms.md)