Listview is not a row based control, it is item base control so I think it is not necessary to get a row in a Listview. And I found Listview is very helpful to find the selected item inside it by using the "listview.SelectedItems" method.

If u want the control that row base why don't you use the Listbox control ?