OnMeasureRowHeight
Event that can be used to dynamically set height of a row.
pas
property OnMeasureRowHeight: TNxMeasureRowHeightEvent read FOnMeasureRowHeight write FOnMeasureRowHeight;
Value of RowHeight
parameter will be already set the value of Height
property of row.
The event is always called when a size of row is needed.