Get SubItem value when double-clicking on Item in ListView
Posted
by j-t-s
on Stack Overflow
See other posts from Stack Overflow
or by j-t-s
Published on 2010-05-23T08:12:10Z
Indexed on
2010/05/23
8:20 UTC
Read the original article
Hit count: 331
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
© Stack Overflow or respective owner