Selecting a ListView item
Hello,
I may have posted this already, and if I did, I apologize to the moderators.
How do you select a list view item in a Windows Form? I'm looping through the items, check the three fields to see if they match the item's values I have, and if they match, I do ListView1.Items[i].Selected = true;
I messagebox when this occurs, and it shows OK, but the item isn't selected in the control. I have multiselect set to false, and fullrowselect set to true, if that matters.
Brian
__________________
Brian
|