Skip to main content

TcxCustomTreeList.OnBandSizeChanged Event

Enables you to respond to band sizing.

Declaration

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