Adds a set of items to the list view control.
public void setItems( ListItem[] items )
items
A zero-based array of ListItem objects that represent the items you want to add to the list view control.
This method removes all existing items from the list view control before inserting the new items.
See Also getItems