Class MeasureItemEventArgs
Provides data for the measure item events.
public class MeasureItemEventArgs : BaseEventArgs
- Inheritance
-
MeasureItemEventArgs
Constructors
- MeasureItemEventArgs(Graphics, int)
Initializes a new instance of the MeasureItemEventArgs class.
- MeasureItemEventArgs(Graphics, int, int)
Initializes a new instance of the MeasureItemEventArgs class providing a parameter for the item height.
Properties
- Index
Gets or sets the index of the item for which the height and width is needed.
- ItemHeight
Gets or sets the height of the item specified by the Index.