--- title: "ToolStripContainer Control Overview" ms.date: "03/30/2017" f1_keywords: - "ToolStripContainer" helpviewer_keywords: - "toolbars [Windows Forms], built-in rafting" - "ToolStripContainer control [Windows Forms], about ToolStripContainer control" ms.assetid: c7d63bff-64e2-4a63-bd89-d31bc96dacb8 --- # ToolStripContainer Control Overview A has panels on its left, right, top, and bottom sides for positioning and rafting , , and controls. Multiple controls stack vertically if you put them in the left or right . They stack horizontally if you put them in the top or bottom . You can use the central of the to position traditional controls on the form. Any or all controls are directly selectable at design time and can be deleted. Each panel of a is expandable and collapsible, and resizes with the controls that it contains. ### Important ToolStripContainer Members |Name|Description| |----------|-----------------| ||Gets the bottom panel of the .| ||Gets or sets a value indicating whether the bottom panel of the is visible.| ||Gets the left panel of the .| ||Gets or sets a value indicating whether the left panel of the is visible.| ||Gets the right panel of the .| ||Gets or sets a value indicating whether the right panel of the is visible.| ||Gets the top panel of the .| ||Gets or sets a value indicating whether the top panel of the is visible.| ## See also - -