Retrieves the specified item in the list view control.
public final ListItem getItem( int index )
index
The zero-based index of an item in the list view control.
Returns the ListItem object that represents the item at the specified zero-based index.
WFCInvalidArgumentException thrown if the specified index is not valid.