[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Modes for resizing child controls.
Source position: controls.pp line 1790
type TChildControlResizeStyle = ( |
||
crsAnchorAligning, |
|
Using TControl.Anchors (Delphi compatible). |
crsScaleChilds, |
|
Scale children, keep space between children fixed. |
crsHomogenousChildResize, |
|
Enlarge children equally, i.e. by the same amount of pixels. |
crsHomogenousSpaceResize |
|
Enlarge space between children equally. |
); |
lazarus-ccr.sourceforge.net |