TcxGridTableView.OnColumnSizeChanged Event
Occurs when a user changes the size of a column.
Declaration
property OnColumnSizeChanged: TcxGridColumnEvent read; write;
Remarks
Write an OnColumnSizeChanged event handler to perform specific actions when a user changes the height (for a banded column) or the width of a specific column. The Sender parameter specifies the View where a user changes the column’s dimensions. The AColumn parameter identifies the column whose height (for a banded column) or width changes.
See Also