GetFirstVisible

Returns a reference to the first ListItem object visible in the internal area of a ListView control.

Syntax

object.GetFirstVisible()

The object placeholder represents an object expression that evaluates to a ListView control.

Remarks

A ListView control can contain more ListItem objects than can be seen in the internal area of the ListView control. You can use the reference returned by the GetFirstVisible method to determine the first visible ListItem object in List or Report view.