[Overview][Types][Classes][Procedures and functions][Index] |
ColumnLayout - HorizontalThenVertical or vice versa.
Source position: extctrls.pp line 906
public property TCustomCheckGroup.ColumnLayout : TColumnLayout |
ColumnLayout is a TColumnLayout property which specifies the layout strategy used when rendering the Items in the grouped edit control. The default value for the property is clHorizontalThenVertical, and causes check boxes to be drawn horizontally for the required number of Columns before advancing.
Assigning a new value for the property causes ChildSizing to be updated to use the corresponding value in its Layout property.
|
String list with the captions for the check boxes in the grouped edit control. |
|
|
Columns is the number of columns in which the Items (check boxes) are arranged. |
|
|
TColumnLayout is an enumerated type which determines the layout direction used to arranged data in columns. |
|
|
Provides settings used to resize and align child controls using a tabular layout. |
|
|
Provides settings used to resize and align child controls using a tabular layout. |
Version 4.0 | Generated 2025-05-03 | Home |