ListViewItem::Index Property
.NET Framework (current version)
Gets the zero-based index of the item within the ListView control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Int32The zero-based index of the item within the ListView::ListViewItemCollection of the ListView control, or -1 if the item is not associated with a ListView control.
You can use this property to determine if the item is associated with a ListView control as well as to determine its position within the ListView::ListViewItemCollection of the ListView.
.NET Framework
Available since 1.1
Available since 1.1
Show: