Get selectedIndex for ListView C# – Solved

The ListView control does not have the selectedIndex property, so a nice and quick workaround is:

[box]

yourListView.FocusedItem.Index

[/box]

Cheerio ?

"Turkey