property Rollist.ItemHeight as Long
Specifies the height of the item in pixels. If it is 0 the control computes the required height.

TypeDescription
Long A long expression that indicates the height of the item.

The ItemHeight property defines the height for each item. If the ItemHeight property is 0, the control automatically resizes the items to let VisibleItems fit the control's client area. Use the ItemWidth property to specify the width for items.