Forum Discussion

jsayre's avatar
jsayre
Occasional Contributor
10 years ago
Solved

Working with ListView objects

I am doing some work on selected items from a list view but I need to identify an item and subitem within the selected collection. I attempted to use the subitem collection but when i define an item w...
  • TanyaYatskovska's avatar
    10 years ago
    Hi Jeremy,

     


    Try to access the subitem in the following way:




    ListView.SelectedItems.Item(0).SubItems.Item(i)