RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.ColWidthsChanged Method

Responds when the column widths change.

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

ColWidthsChanged is called immediately after the column widths change. 

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

 

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