Flow Layout Manager - FlowOperation Property

Defines the flow operation used to flow the rows/columns

Member of Flow Layout Manager (PRIM_FWLM)

Data Type - Enumeration

Details

The FlowOperation property defines the direction of the rows and columns of the layout.
 
When the Direction property is LeftToRight
Enum ValueDescription
CenterRows are separated by the value of the Spacing property and they are all vertically centered in the display area
IncreaseRows are positioned from top to bottom down the display area, separated by the value of the Spacing property
DecreaseRows are positioned from bottom to top up the display area, separated by the value of the Spacing property
SpreadRows 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 ValueDescription
CenterRows are separated by the value of the Spacing property and they are all vertically centered in the display area
IncreaseRows are positioned from bottom to top up the display area, separated by the value of the Spacing property
DecreaseRows are positioned from top to bottom down the display area, separated by the value of the Spacing property
SpreadRows 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 ValueDescription
CenterColumns are separated by the value of the Spacing property and they are all horizontally centered in the display area
IncreaseColumns are positioned from left to right across the display area, separated by the value of the Spacing property
DecreaseColumns are positioned from right to left across the display area, separated by the value of the Spacing property
SpreadColumns 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 ValueDescription
CenterColumns are separated by the value of the Spacing property and they are all horizontally centered in the display area
IncreaseColumns are positioned from right to left across the display area, separated by the value of the Spacing property
DecreaseColumns are positioned from left to right across the display area, separated by the value of the Spacing property
SpreadColumns are separated by the value of the Spacing property and any remaining horizontal space is spread between the columns


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2