TdxTileControlOptionsView.GroupMaxRowCount Property
Specifies the maximum number of rows across which tile items are arranged in tile groups.
Declaration
property GroupMaxRowCount: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Tile items in a tile group are arranged into one or more adjacent logical blocks, within which the items are painted across the block and then down. Use the GroupBlockMaxColumnCount and GroupMaxRowCount properties to specify the width and height of logical blocks measured in regular tile items. Refer to the GroupBlockMaxColumnCount property description for examples on how items are arranged within logical blocks.
The default value of the GroupMaxRowCount property is specified by the dxTileControlDefaultRowCount global constant.
See Also