TcxCustomTreeList.OnBandSizeChanged Event
In This Article
Enables you to respond to band sizing.
#Declaration
Delphi
property OnBandSizeChanged: TcxTreeListBandChangedEvent read; write;
#Remarks
Fires after a band has been horizontally resized.
Sender specifies the tree list.
ABand specifies the band that has been resized.
See Also