The properties of the MeasureItemEventArgs class are listed below. For a complete list of MeasureItemEventArgs class members, see the MeasureItemEventArgs Members topic.
ExtendedInfo (inherited from EventArgs) | Holds a reference to an object that manages the event's state. |
Graphics | A Graphics object to measure relative to. |
Index | The index of item for which the height/width is needed. |
ItemHeight | Where the recipient of the event should put the height of the item specified by the index. |
ItemWidth | Where the recipient of the event should put the width of the item specified by the index. |