If I understand correctly in order to be able to move/drag MenuStrip control or ToolStripControl they need to be placed inside the ToolStripContainer. But if you have a form with IsMdiContainer = True and ToolStripContainer on it, then MDI Children will not be visible. So I'm looking for any workaround. Is there any way I can implement dragging capabilities for these controls and not use ToolStripcontrol?