Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I programatically move ToolStrips within or across ToolStripPanels?

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.



Page view counter