Collects the characteristics associated with flow layouts.
Public Class FlowLayoutSettings _ Inherits LayoutSettings
public class FlowLayoutSettings : LayoutSettings
public ref class FlowLayoutSettings : public LayoutSettings
type FlowLayoutSettings = class inherit LayoutSettings end
The FlowLayoutSettings type exposes the following members.
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2