property Items.IsItemVisible (Index as Long) as Boolean
Checks if the specific item is in the visible client area.

TypeDescription
Index as Long A long expression that indicates the index of the item.
Boolean A boolean expression that indicates whether the item fits the client area

Calls the EnsureVisibleItem method to ensure that an item fits the control's client area. Use the FirstVisibleItem, NextVisibleItem and IsItemVisible properties to get the items that fits the client area. The NextVisibleItem property gets the next visible item. Use the IsVisibleItem property to check whether an item fits the control's client area.