Initial winforms content migrated (#18)

* 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
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,26 @@
---
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 <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](walkthrough-arranging-controls-on-windows-forms-using-a-flowlayoutpanel.md).
## Reference
<xref:System.Windows.Forms.FlowLayoutPanel>
Provides reference documentation for the <xref:System.Windows.Forms.FlowLayoutPanel> control.