Controls the height of an item in a list box when the Style property is OwnerDrawFixed.
public Int32 ItemHeight {get; set;}

Remarks


Use ItemHeight to control the height of an item in a list box when the Style property is OwnerDrawFixed. The ItemHeight property can also affect the height of the list box itself. When the IntegralHeight property is true, the height of the list box is always an increment of the ItemHeight value.

If the Style property is Standard or OwnerDrawVariable, the value of ItemHeight is ignored.  

See Also

ChartListBox Class | ChartListBox Members | Steema.TeeChart Namespace