Skybound AutoComplete

MeasureItemEventArgs.ItemHeight Property

Gets or sets the height of the item.

[Visual Basic]
Public Property ItemHeight As Integer
[C#]
public int ItemHeight {get; set;}

Property Value

The height of the item, in pixels.

Remarks

The default value of this property is based on whichever of the following elements is largest: the system small icon size, the size of the images in the ImageList (if one is assigned), and the height of the font.

See Also

MeasureItemEventArgs Class | Skybound.AutoComplete Namespace