ListView.setItems

Overview | Methods | This Package | All 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