ListViewItem Class

Allows you to display a collection of items in a multi column format.  

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Index int Gets the zero-based index of the item with the ListView control.
Public property SubItem

object

Gets a collection containing all subitems of the item.

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

Methods
  Name Description
Public property AddColumns(col1) Add 1 column title (object).
Public property AddColumns(col1,col2) Add 2 column titles (objects).
Public property AddColumns(col1,col2,col3) Add 3 column titles (objects).
Public property AddColumns(col1,col2,col3,col4) Add 4 column titles (objects).
Public property AddColumns(col1,col2,col3,col4,col5) Add 5 column titles (objects).
Public property Create () Create new row.
Public property Create (col) Create new row with col (object) as first element.