Flow Layout Manager - ItemsPerDivision Property

Defines the number of items to position in each row/column

Member of Flow Layout Manager (PRIM_FWLM)

Data Type - Integer

Details

The ItemsPerDivision property defines the number of items to position in each row/column.
 
When the Direction property is LeftToRight or RightToLeft, ItemsPerDivision controls how the display area is divided into rows.
 
When the ItemsPerDivision property is zero, the display area will contain enough rows to contain all the items, otherwise the ItemsPerDivision property defines the number of items per row and the display area will contain enough rows to contain all the items.
 
When the Direction property is TopToBottom or BottomToTop, ItemsPerDivision controls how the display area is divided into columns.
 
When the ItemsPerDivision property is zero, the display area will contain enough columns to contain all the items, otherwise the ItemsPerDivision property defines the number of items per column and the display area will contain enough columns to contain all the items.
 
This property overrides the values of the MaxColumns, MinColumns, MaxRows and MinRows properties.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2