* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
1.6 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |||
|---|---|---|---|---|---|---|
| FlowLayoutPanel Control | 03/30/2017 |
|
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
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
Explains how to use the xref:System.Windows.Forms.Control.Anchor%2A and xref:System.Windows.Forms.Control.Dock%2A properties to anchor and dock child controls in a xref:System.Windows.Forms.FlowLayoutPanel control.
Also see Walkthrough: Arranging Controls on Windows Forms Using a FlowLayoutPanel.
Reference
xref:System.Windows.Forms.FlowLayoutPanel
Provides reference documentation for the xref:System.Windows.Forms.FlowLayoutPanel control.