jsayre
11 years agoOccasional Contributor
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...
- 11 years agoHi Jeremy,
Try to access the subitem in the following way:
ListView.SelectedItems.Item(0).SubItems.Item(i)