CGXGridCore::OnTrackRowHeightMove
virtual BOOL OnTrackRowHeightMove(ROWCOL nRow, int nHeight);?
nRow
Specifies the row id.
nHeight
Specifies the new row-height.
Return Value
TRUE if changing the row-height is possible; otherwise FALSE.
Remarks
The method is called when the user has dragged the mouse. It is called from OnMoveTracking to determine if changing the size to this new value is possible.