The horizontal alignment of the associated Control when the control ChildSizing uses a tabular layout.
Source position: controls.pp line 875
published property TControlBorderSpacing.CellAlignHorizontal : TControlCellAlign |
CellAlignHorizontal is a TControlCellAlign property which controls the horizontal alignment and sizing of the control when its Parent uses a tabular layout for child controls. The default value for the property is caFill and causes the control to be resized to horizontally fill the cell where the control is displayed.
See TControlCellAlign for more information about the values in the enumeration and their meanings.
Changing the value for the property causes the Change method to be called to recalculate the preferred size for the associated Control, and to signal the OnChange event handler (when assigned).
The value in CellAlignHorizontal is used when the AlignControls method in the associated Control is called.
|
The control where the border spacing values are applied. |
|
|
Invalidates the control and signals the OnChange event handler. |
|
|
The vertical alignment of the associated Control when the control ChildSizing uses a tabular layout. |
|
|
Modes for aligning a control in a table cell. |
|
|
Provides settings used to resize and align child controls using a tabular layout. |
|
|
Repositions and resizes the control and child controls. |
CT Web help |
CodeTyphon Studio |