property Items.VisibleCount as Long
Retrieves the number of visible items.

TypeDescription
Long A long expression that indicates the count of the visible items.

The VisibleCount property counts the number of the items that fits the control's client area ( partially visible items are not counted ). Use FirstVisibleItem and NextVisibleItem properties to determine the items that fit the client area. Use the IsItemVisible property to check whether an item fits the control's client area. Use the Count property to count the items in the control.