Flow Layout Manager - FlowOperationVer Property

Defines the vertical flow operation for components in a row or column

Member of Flow Layout Manager (PRIM_FWLM)

Data Type - Enumeration

Details

Defines the horizontal flow operation for components in a row or column.
 
 
When the display area is divided into rows

Allowed Values

Enum ValueDescription
CenterItems are horizontally centered in a row
DecreaseItems are positioned at the top or bottom of a row
IncreaseItems are positioned at the top or bottom of a row
SpreadSame as Center
 
When the display area is divided into columns

Allowed Values

Enum ValueDescription
CenterItems are separated by the value of the SpacingItems property and they are all vertically centered in the column
DecreaseItems are positioned from the top or bottom, increasing down the the display area, separated by the value of the SpacingItems property
IncreaseItems are positioned from the top or bottom, decreasing up the display area, separated by the value of the SpacingItems property
SpreadItems are separated by the value of the SpacingItems property and any remaining vertical space is spread between the items


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2