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

TCustomGrid.DoAutoAdjustLayout

Performs actions to apply the auto-layout policy with the specified scaling.

Declaration

Source position: grids.pas line 1016

protected procedure TCustomGrid.DoAutoAdjustLayout(

  const AMode: TLayoutAdjustmentPolicy;

  const AXProportion: Double;

  const AYProportion: Double

); override;