Provides settings used to resize and align child controls using a tabular layout.
Source position: controls.pp line 2310
public property TWinControl.ChildSizing : TControlChildSizing |
ChildSizing is a TControlChildSizing property which contains properties and methods used to resize and layout child controls on the control instance. ChildSizing provides an alternative to using Anchors and Align to position and resize child controls. It allows a dynamic tabular (or matrix) layout to be applied to its child Controls.
See TControlChildSizing for more detailed information about the properties and methods in the class instance.
|
The number of child controls in the Controls property. |
|
|
Provides indexed access to the child controls for the class instance. |
|
|
Repositions and resizes the control and child controls. |
|
|
Called after a change in ChildSizing information to trigger further processing. |
|
|
Flags the preferred sizes of all child controls as invalid (recursively). |
|
|
Specifies the placement of the control on its Parent control. |
|
|
The set of anchor definitions for this control. |
|
|
How child controls are sized relative to their parent. |
CT Web help |
CodeTyphon Studio |