Flow Layout Manager - FlowOperationHor Property

Defines the horizontal 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 separated by the value of the SpacingItems property and they are all horizontally centered in the row
DecreaseItems are positioned from the left or right increasing across the row, separated by the value of the SpacingItems property
IncreaseItems are positioned from the left or right decreasing across the display area, separated by the value of the SpacingItems property
SpreadItems are separated by the value of the SpacingItems property and any remaining horizontal space is spread between the items
 
When the display area is divided into columns

Allowed Values

Enum ValueDescription
CenterItems are horizontally centered in a column
DecreaseItems are positioned at the left or right side of a column
IncreaseItems are positioned at the right or left side of a column
SpreadSame as Center


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2