Back to Devexpress

TcxCustomGrid.SizeChanged Method

vcl-cxgrid-dot-tcxcustomgrid-efe884fa.md

latest505 B
Original Source

TcxCustomGrid.SizeChanged Method

Invalidates a grid control in response to resizing.

Declaration

delphi
procedure SizeChanged; virtual;

Remarks

SizeChanged recalculates the dimensions of grid elements and then invalidates the grid control. Use this method, for instance, when specifying fonts with different heights in style events.

See Also

TcxCustomGrid Class

TcxCustomGrid Members

cxGrid Unit