property Items.ItemHeight(Index as Long) as Long
Retrieves or sets the item's height.

TypeDescription
Index as Long If the Index is -1, setting the ItemHeight property changes the height for all items. For instance, the ItemHeight(-1) = 24, changes the height for all items to be 24 pixels wide.
Long A long expression that indicates the item's height in pixels.

Use the ItemHeight property to change the item's height. To change the default height of the item before inserting items to collection you can call DefaultItemHeight property of the control. The ExList control supports items with different heights. if the CellSingleLine property is False. Use the ItemHeight property to specify the height of the item when it contains no cells with CellSingleLine property on False. Use the ItemMaxHeight property to specify the maximum height of the item when it contains cells with CellSingleLine property on False. Use the ScrollBySingleLine property when using items with different heights. Use the ItemAllowSizing property to specify whether the user can resize the item at runtime.