--- title: "SplitContainer Control" ms.date: "03/30/2017" helpviewer_keywords: - "splitter windows" - "SplitContainer control [Windows Forms]" ms.assetid: 2e36f17f-5c39-4fb4-bb09-7ce3ef823402 --- # SplitContainer Control (Windows Forms) The Windows Forms `SplitContainer` control can be thought of as a composite; it is two panels separated by a movable bar. When the mouse pointer is over the bar, the pointer changes shape to show that the bar is movable. > [!NOTE] > In the **Toolbox**, this control replaces the control that was there in the previous version of Visual Studio. The `SplitContainer` control is much preferred over the control. The class is still included in the .NET Framework for compatibility with existing applications, but we strongly encourage you to use the `SplitContainer` control for new projects. The `SplitContainer` control lets you create complex user interfaces; often, a selection in one panel determines what objects are shown in the other panel. This arrangement is very effective for displaying and browsing information. Having two panels allow you to aggregate information in areas, and the bar, or "splitter," makes it easy for users to resize the panels. ## In This Section [SplitContainer Control Overview](splitcontainer-control-overview-windows-forms.md) Introduces the `SplitContainer` control and describes the commonly used properties, methods, and events. [How to: Define Resize and Positioning Behavior in a Split Window](how-to-define-resize-and-positioning-behavior-in-a-split-window.md) Describes how to control the splitter within the `SplitContainer` control. [How to: Split a Window Horizontally](how-to-split-a-window-horizontally.md) Describes how to control the orientation of the splitter within the `SplitContainer` control. [How to: Create a Multipane User Interface with Windows Forms](how-to-create-a-multipane-user-interface-with-windows-forms.md) Creates a multi-pane user interface that is similar to the one used in Microsoft Outlook. Also see [How to: Split a Window Horizontally Using the Designer](how-to-split-a-window-horizontally-using-the-designer.md), [How to: Create a Windows Explorer–Style Interface on a Windows Form](how-to-create-a-windows-explorer-style-interface-on-a-windows-form.md), [How to: Create a Multipane User Interface with Windows Forms Using the Designer](create-a-multipane-user-interface-with-wf-using-the-designer.md). ## Reference class Describes this class and has links to all its members. ## Related Sections [Windows Forms Controls](index.md) Provides links to topics about the controls designed specifically to work with Windows Forms. [Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md) Provides a complete list of Windows Forms controls, with links to information on their use.