I set up an event handler to catch when the user clicks on an item in a listview. The first time an item is clicked on, the SelectedIndices contains the index of the item selected and SelectedIndices.Count has a value of 1. After the first time when the event handler fires the count always has a value of zero and the SelectedIndices is always zero.

Thanks in advance,
Hal