mrfrisky330
New member
- Joined
- Oct 16, 2021
- Messages
- 1
- Programming Experience
- 10+
Hello,
This one has me stumped.. using VS 2015.
Got a simple listview, 2 columns in "details" style, with labeledit set to true.
If column one has the value "hello" and a subitem 0 (column two) has value "bye", in code if I try this:
strTemp = this.LVitems.SelectedItems[0].Subitems[0].Text;
It ONLY returns "hello", NOT the subitem value - ??!!
Is this a bug in VS2015?
This one has me stumped.. using VS 2015.
Got a simple listview, 2 columns in "details" style, with labeledit set to true.
If column one has the value "hello" and a subitem 0 (column two) has value "bye", in code if I try this:
strTemp = this.LVitems.SelectedItems[0].Subitems[0].Text;
It ONLY returns "hello", NOT the subitem value - ??!!
Is this a bug in VS2015?