Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.