Within a ToolStrip:
Simply set the ToolStrip Location property.
Across ToolStrips:
Either add the ToolStrip to the ToolStripPanel's Controls collection
or use Join(ToolStrip).
NOTE: Join() simulates the drop operation of a ToolStrip and
is order dependent.