I have a list view with multiple fields, and the problem is that I can't get the value from columns other then the first one.
When I call lv.SelectedItems[0] I get the first column, but everything other then 0 for index gives me this error: Additional information: InvalidArgument=Value of1is not valid forindex.