System.Windows.Forms
2.0.0.0
System.Windows.Forms.LayoutSettings
System.ComponentModel.DefaultProperty("FlowDirection")
The class collects and manages the characteristics associated with the flow layout scheme. This class is used internally by the and classes, as well as the flow layout engine. The class is used by the layout engine to determine how to layout the container's child controls.
The 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.
does not have a public constructor.
Collects the characteristics associated with flow layouts.
Property
System.ComponentModel.DefaultValue(System.Windows.Forms.FlowDirection.LeftToRight)
System.Windows.Forms.FlowDirection
To be added.
is the default property for the class.
Gets or sets a value indicating the flow direction of consecutive controls.
2.0.0.0
Method
System.Boolean
To be added.
Returns a value that represents the flow break setting of the control.
true if the flow break is set; otherwise, false.
The child control.
2.0.0.0
Property
System.Windows.Forms.Layout.LayoutEngine
To be added.
The property is typically used in two contexts:
-
A container that uses a flow layout.
-
A control contained within a flow layout container (for example, a button contained in a cell of a ).
Gets the current flow layout engine.
2.0.0.0
Method
System.Void
To be added.
Sets the value that represents the flow break setting of the control.
The child control.
The flow break value to set.
2.0.0.0
Property
System.ComponentModel.DefaultValue(true)
System.Boolean
To be added.
If the area of the container is too small to display all the child controls, then at least one control will be clipped regardless of the value.
Subsequent resizing of the container will reapply the layout to the contained controls.
Gets or sets a value indicating whether the contents should be wrapped or clipped when they exceed the original boundaries of their container.
2.0.0.0