Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
ListView.removeItem
Removes the specified item from the list view control.
Syntax
public void removeItem( int index )
public void removeItem( ListItem item )
Parameters
index
The zero-based index of the item to remove.
item
The ListItem object that represents the item to remove.
Exceptions
WFCInvalidArgumentException thrown if the specified index is not valid or if the specified ListItem object is null.
See Also addItem