Defines the flow operation used to flow the rows/columns
Member of Flow Layout Manager (PRIM_FWLM)
Data Type - Enumeration
The FlowOperation property defines the direction of the rows and columns of the layout. When the Direction property is LeftToRight
Enum Value | Description |
---|---|
Center | Rows are separated by the value of the Spacing property and they are all vertically centered in the display area |
Increase | Rows are positioned from top to bottom down the display area, separated by the value of the Spacing property |
Decrease | Rows are positioned from bottom to top up the display area, separated by the value of the Spacing property |
Spread | Rows are separated by the value of the Spacing property and any remaining vertical space is spread between the rows |
When the Direction property is RightToLeft
Enum Value | Description |
---|---|
Center | Rows are separated by the value of the Spacing property and they are all vertically centered in the display area |
Increase | Rows are positioned from bottom to top up the display area, separated by the value of the Spacing property |
Decrease | Rows are positioned from top to bottom down the display area, separated by the value of the Spacing property |
Spread | Rows are separated by the value of the Spacing property and any remaining vertical space is spread between the rows |
When the Direction property is TopToBottom
Enum Value | Description |
---|---|
Center | Columns are separated by the value of the Spacing property and they are all horizontally centered in the display area |
Increase | Columns are positioned from left to right across the display area, separated by the value of the Spacing property |
Decrease | Columns are positioned from right to left across the display area, separated by the value of the Spacing property |
Spread | Columns are separated by the value of the Spacing property and any remaining horizontal space is spread between the columns |
When the Direction property is BottomToTop
Enum Value | Description |
---|---|
Center | Columns are separated by the value of the Spacing property and they are all horizontally centered in the display area |
Increase | Columns are positioned from right to left across the display area, separated by the value of the Spacing property |
Decrease | Columns are positioned from left to right across the display area, separated by the value of the Spacing property |
Spread | Columns are separated by the value of the Spacing property and any remaining horizontal space is spread between the columns |
Febuary 18 V14SP2