TdxTileControlOptionsView.GroupBlockMaxColumnCount Property
Specifies the maximum number of columns that a logical block of regular tile items occupies in tile groups.
Declaration
property GroupBlockMaxColumnCount: 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. The following table illustrates examples of item arrangements in a tile group with various GroupBlockMaxColumnCount property values and the GroupMaxRowCount property set to 4. The number painted on each tile item is its index within the group’s Items collection.
Value | Sample |
---|---|
1 | |
2 | |
3 |
The default value of the GroupBlockMaxColumnCount property for the tile control is specified by the dxTileControlDefaultGroupBlockColumnCount global constant. For the tile bar control, the default value of the GroupBlockMaxColumnCount property is 1.