--- title: "How to: Split a Window Horizontally Using the Designer" ms.date: "03/30/2017" helpviewer_keywords: - "SplitContainer control [Windows Forms], horizontal splitting" - "split windows [Windows Forms], horizontal" - "windows [Windows Forms], splitting horizontally" ms.assetid: 3872a176-891f-4c70-9779-b2ce85b0b102 --- # How to: Split a Window Horizontally Using the Designer This example makes the splitter that divides the control horizontal. > [!NOTE] > The property of the control determines the direction of the splitter, not of the control itself. ## To split a window horizontally In the **Properties** window, set the property of the control to . ## See also - - [SplitContainer Control](splitcontainer-control-windows-forms.md)