See Also: FlowLayoutSettings Members
The System.Windows.Forms.FlowLayoutSettings class collects and manages the characteristics associated with the flow layout scheme. This class is used internally by the System.Windows.Forms.FlowLayoutPanel and System.Windows.Forms.ToolStrip classes, as well as the flow layout engine. The System.Windows.Forms.FlowLayoutSettings class is used by the layout engine to determine how to layout the container's child controls.
The System.Windows.Forms.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.
System.Windows.Forms.FlowLayoutSettings does not have a public constructor.