Get SubItem value when double-clicking on Item in ListView
- by j-t-s
Hi All
I have a listview with 2 columns, and when the I double click on an item, i need to display the value of its corresponding sub item in a TextBox control. How can I do this?
I searched Google, but it didn't return anything helpful, probably because I'm not exactly sure what to search for.
Thank you