RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.RowHeightsChanged Method

Responds when the row heights change.

Pascal
procedure RowHeightsChanged; dynamic;
C++
__fastcall RowHeightsChanged();

RowHeightsChanged is called immediately after the row heights change. The change can result from setting the RowHeights property, from setting the DefaultRowHeight property, from moving one of the rows, or from resizing the rows with the mouse. 

RowHeightsChanged adjusts the scroll bar and the position of the inplace editor to take into account the new row size and positions of the rows. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!