TcxCustomGrid.SizeChanged Method
In This Article
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