ListItems Property

Contains a collection of list items.

object.ListItems as Object

Notes

At Design time, use the Add and Remove buttons in the ListView Item Editor to add and remove ListItem objects from the ListItems collection and the up and down buttons to move each list item. You can set various properties for individual List Item objects via the ListView Item Editor window. Alternatively use the Add, Clear and Remove methods to add list items via a script.

The ListItems collection uses the Count property to return the number of ListItems in the collection.

Each item in the ListItems collection can be referenced by its index.

See Also

ListItem object | ListItems collection | Properties

Applies To

ListView control


© 2004-2021 looksoftware. All rights reserved.