[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TChildControlResizeStyle

Modes for resizing child controls.

Declaration

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.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.