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

TChildControlResizeStyle

Defines how child controls are resized / aligned.

Declaration

Source position: controls.pp line 1946

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.

);


Version 3.2 Generated 2024-02-25 Home