Retrieves the first visible item in a list view control.
public final ListItem getTopItem()
Returns a ListItem object that represents the first visible item in a list view control.
WFCException thrown if the list view control is in Large Icon or Small Icon view.
Initially, the item with the index zero (0) is at the top of the list view control; if the list view control contents have been scrolled, a different item can be at the top.