Columns is the number of columns in which the Items (check boxes) are arranged.
Source position: extctrls.pp line 852
public property TCustomCheckGroup.Columns : Integer |
Columns is an Integer property which specifies the number of columns used to display the check boxes for the grouped edit control. Changing the value in the property causes the UpdateControlsPerLine method to be called. The new value for the property must be a positive non-zero value or an exception is raised.
The value in Columns is used as the number of controls displayed per line in the ChildSizing property.
The default value for the property is 1.
|
Parameters for child control arrangement and spacing. |
|
|
Parameters for child control arrangement and spacing. |