Contents - Index - Previous - Next


OnResizeRow event



Applies to
TProfGrid component

Declaration
property OnResizeRow: TProfGridResizeRowEvent;

Description

Occurs before the height of a row in the grid is automatically adjusted.

The event handler can set the CanResize parameter to False to disallow automatic resize of certain rows.

The proposed height of the row is passed by reference in the NewHeight parameter. Thus the automatically calculated value of row height can be changed from application to some other value.