FlowLayoutControl Constructors
Represents a container that arranges child controls into rows or columns, and alows the flow of the controls to be wrapped (automatically at the container’s edge or manually at any child control).| Name | Description |
|---|---|
| FlowLayoutControl() | Initializes a new instance of the FlowLayoutControl class. |
See Also