Skip to main content

TcxCustomGrid.SizeChanged Method

Invalidates a grid control in response to resizing.

Declaration

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