B
Berryl Hesh
I'm setting the second item on the listView programmatically, this way:
_listView_Items.Items[0].Selected=true
I'm expected _listView.SelectedItems.Count to be > zero after that point,
but it is zero. The debugger confirms the 1st item's Selected property is
indeed true. Can you see what I'm doing wrong?
Thanks for sharing. BH
_listView_Items.Items[0].Selected=true
I'm expected _listView.SelectedItems.Count to be > zero after that point,
but it is zero. The debugger confirms the 1st item's Selected property is
indeed true. Can you see what I'm doing wrong?
Thanks for sharing. BH