The event handler receives an argument of type ColumnViewportWidthChangedEventArgs containing data related to this event. The following ColumnViewportWidthChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
View | Gets the view that contains the viewport column whose width has changed. |
ViewportIndex | Gets the index of the viewport column whose width has changed. |
ViewportWidth | Gets the width of the viewport column whose width has changed. |