Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TChildControlResizeStyle

Defines how child controls are resized / aligned.

Declaration

Source position: controls.pp line 1921

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.

);



CT Web help

CodeTyphon Studio