--- title: "FlowLayoutPanel Control" ms.date: "03/30/2017" helpviewer_keywords: - "FlowLayoutPanel control [Windows Forms]" - "layout [Windows Forms]" - "Windows Forms, arranging contents" ms.assetid: 630c9305-9ecf-4f99-94f9-ddf06de82713 --- # FlowLayoutPanel Control (Windows Forms) The `FlowLayoutPanel` control arranges its contents in a horizontal or vertical flow direction. Its contents can be wrapped from one row to the next, or from one column to the next. Alternately, its contents can be clipped instead of wrapped. The topics in this section describe the concepts and techniques that allow you to build `FlowLayoutPanel` features into your applications. ## In This Section [FlowLayoutPanel Control Overview](flowlayoutpanel-control-overview.md) Introduces the general concepts of the `FlowLayoutPanel` control, which allows you to create a layout which flows horizontally or vertically. [How to: Anchor and Dock Child Controls in a FlowLayoutPanel Control](how-to-anchor-and-dock-child-controls-in-a-flowlayoutpanel-control.md) Explains how to use the and properties to anchor and dock child controls in a control. Also see [Walkthrough: Arranging Controls on Windows Forms Using a FlowLayoutPanel](walkthrough-arranging-controls-on-windows-forms-using-a-flowlayoutpanel.md). ## Reference Provides reference documentation for the control.