[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Minimum distance between the left or right edge for the Control and the left or right edge for a child control.
Source position: controls.pp line 1988
published property TControlChildSizing.LeftRightSpacing : Integer |
LeftRightSpacing is an Integer property used to specify the number of pixels reserved at the left and right edges of the Control where the class instance is used. For example: When LeftRightSpacing is set to 5 for the Control, the Left property for a child control cannot be smaller than 5.
LeftRightSpacing (and the other spacing properties) are used when Layout contains a value other than cclNone.
Use TopBottomSpacing to reserve space on the corresponding edges for the Control.
Use HorizontalSpacing and VerticalSpacing to specify the space between child controls when a grid Layout is used.
|
Minimum distance between the top or bottom edge of a Control and the top or bottom edge for a child control. |
|
|
Minimum space between child controls which are horizontally adjacent. |
|
|
Minimum space between child controls which are vertically adjacent. |
|
|
Indicates the layout direction used when child controls are resized and arranged into rows and / or columns. |
Version 4.0 | Generated 2025-05-03 | Home |