RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.RowHeightsChanged Method

Responds when the row heights change.

Pascal
procedure RowHeightsChanged; override;
C++
virtual __fastcall RowHeightsChanged();

RowHeightsChanged is called immediately after the row heights change. 

RowHeightsChanged adjusts the scroll bar to accommodate the change. At design time, RowHeightsChanged forces all rows to have the same size when the rows are resized using the mouse. 

 

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