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 | |
![]() |
Index | int | Gets the zero-based index of the item with the ListView control. |
![]() |
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 | |
![]() |
AddColumns(col1) | Add 1 column title (object). |
![]() |
AddColumns(col1,col2) | Add 2 column titles (objects). |
![]() |
AddColumns(col1,col2,col3) | Add 3 column titles (objects). |
![]() |
AddColumns(col1,col2,col3,col4) | Add 4 column titles (objects). |
![]() |
AddColumns(col1,col2,col3,col4,col5) | Add 5 column titles (objects). |
![]() |
Create () | Create new row. |
![]() |
Create (col) | Create new row with col (object) as first element. |