Y
yxq
Hello,
There is one item(text=123456, no subitem) in ListView1, why the code below
return FALSE?
MessageBox.Show(ListView1.Items.Contains(New ListViewItem("123456")))
Why?
Thank you
There is one item(text=123456, no subitem) in ListView1, why the code below
return FALSE?
MessageBox.Show(ListView1.Items.Contains(New ListViewItem("123456")))
Why?
Thank you