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