method Items.EnsureVisibleItem (Index as Long)
Ensures the given item is in the visible client area.

TypeDescription
Index as Long A long expression that indicates the index of the item.

The control scrolls the list until the item fits the client area. Use the EnsureVisibleColumn property to ensure that a cell fits the client area. Use the SelectItem property to select an item. Use the SelectableItem property to specify whether the user can select an item. Use the ScrollPos property to scroll the control's content.