Enum FlowLayoutMode
Specifies whether the children should be laid out horizontally or vertically.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum FlowLayoutMode
Fields
Name | Description |
---|---|
Horizontal | Children will be laid out horizontally, left to right. |
Vertical | Children will be laid out vertically, top to bottom. |