Event | +--MeasureItemEventpublic class MeasureItemEvent
This event is sent by controls, such as the ListBox and ComboBox, that need users to tell them how large a given item is to be.
Fields
Name | Description |
---|---|
index | The index of the item for which the height is needed. |
itemHeight | The height of the item at the specified index. |
Constructors
Name | Description |
---|---|
MeasureItemEvent(int index, int itemHeight) | Topic under construction. |
Topic under construction.