GetFirstVisible

This method returns a reference to the first ListItem object visible in the internal area of a ListView control.

Syntax

object.GetFirstVisible

Parameters

object
Object expression that evaluates to a ListView control.

Return Value

None.

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.