property Item.ItemHeight as Long
Specifies the fixed height to display the item.

TypeDescription
Long A Long expression that specifies the height of the item
The ItemHeight property specifies the height to display the item. By default, the ItemHeight property is -1, which indicates that the control sets the item height based on on its content. If the ItemHeight property is positive, it indicates the height to display the item. The CaptionWidth property specifies the fixed width to display the item's caption.