The event handler receives an argument of type RowHeightChangedEventArgs containing data related to this event. The following RowHeightChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Footer | Gets whether the row indexes are column footer rows. |
Header | Gets whether the row indexes are column header rows. |
RowList | Gets the list of rows whose heights have changed. |
View | Gets the view that contains the rows whose heights have changed. |