Posted inGeneralGet selectedIndex for ListView C# – SolvedPosted byby Curt Sahd 3 years ago 0 Comments The ListView control does not have the selectedIndex property, so a nice and quick workaround is:[box]yourListView.FocusedItem.Index[/box]Cheerio ?