Removes the specified item from the list view control.
public void removeItem( int index )
public void removeItem( ListItem item )
index
The zero-based index of the item to remove.
item
The ListItem object that represents the item to remove.
WFCInvalidArgumentException thrown if the specified index is not valid or if the specified ListItem object is null.
See Also addItem