FlowLayoutSettings Class
Collects the characteristics associated with flow layouts.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | FlowDirection | Gets or sets a value indicating the flow direction of consecutive controls. |
![]() | LayoutEngine | Gets the current flow layout engine.(Overrides LayoutSettings::LayoutEngine.) |
![]() | WrapContents | Gets or sets a value indicating whether the contents should be wrapped or clipped when they exceed the original boundaries of their container. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetFlowBreak(Object^) | Returns a value that represents the flow break setting of the control. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | SetFlowBreak(Object^, Boolean) | Sets the value that represents the flow break setting of the control. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The FlowLayoutSettings class collects and manages the characteristics associated with the flow layout scheme. This class is used internally by the FlowLayoutPanel and ToolStrip classes, as well as the flow layout engine. The FlowLayoutSettings class is used by the layout engine to determine how to layout the container's child controls.
The FlowLayoutSettings class manages the following information:
The flow direction of consecutive controls.
Whether the contents should be wrapped or clipped if the child controls cannot be contained within their parent.
FlowLayoutSettings does not have a public constructor.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


