GetFirstVisible Method
Object List Next Object
Defined By: ListView
Description:
Retrieves a reference to the first visible ListItem object in the ListView
control's display area.
Declaration:
Function GetFirstVisible() As ListItem
Details:
This method is often used while in List and Report views to help determine
where to begin scrolling when the ListView control can't display all of the
ListItem objects in its display area. To determine a start-point while in Icon and
SmallIcon views, use the Left and Top properties of the first ListItem object.
See Also: