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