property Items.IsItemVisible (Item as HITEM) as Boolean

Checks if the specific item fits the control's client area.

TypeDescription
Item as HITEM A long expression that indicates the item's handle.
Boolean A boolean expression that indicates whether the item fits the client area.

To make sure that an item fits the client area call the EnsureVisibleItem method. Use the FirstVisibleItem, NextVisibleItem and IsItemVisible properties to get the items that fit the client area. Use the NextVisibleItem property to get the next visible item. Use the IsVisibleItem property to check whether an item fits the control's client area.