[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates how child controls are expanded and/or aligned horizontally on the parent Control.
Source position: controls.pp line 2002
published property TControlChildSizing.EnlargeHorizontal : TChildControlResizeStyle |
EnlargeHorizontal is a TChildControlResizeStyle property which indicates how child controls are expanded or aligned horizontally on the parent Control. The default value for the property is crsAnchorAligning, and indicates that the Anchors, Align, and BorderSpacing properties in the child controls are used - and work like Delphi.
The value in EnlargeHorizontal is not used or applied when Layout is set to cclNone.
|
The Control where the class instance is used. |
|
|
Indicates the layout direction used when child controls are resized and arranged into rows and / or columns. |
|
|
Indicates how child controls are expanded or aligned vertically on the parent Control. |
|
|
Defines how child controls are resized / aligned. |