TcxCustomButtonGroupProperties.Columns Property
Specifies the column count within the radio group or check group control.
Declaration
property Columns: Integer read; write; default 1;
Property Value
Type | Default |
---|---|
Integer | 1 |
Remarks
When the Columns property value is 1, items are arranged one under another within the group. Setting the Columns property to a value greater than 1 arranges items into the specified number of columns (if possible).
The image represents the radio group with eight items and three columns.
Note
the Columns property cannot be set to a value less than 1.
The default value of the Columns property is 1.
See Also