V
Venue
In a listView when I select an items the first time it returns me the
correct value of the currently selected rows. (using
listView.SelectedIndices[0] ).
Second subsequent call results into an excception "index". But when I click
OK it gives the correct value. But the third time again it throws an
exception "index" and on clicking OK the application dies down.
What am I doing wrong.
correct value of the currently selected rows. (using
listView.SelectedIndices[0] ).
Second subsequent call results into an excception "index". But when I click
OK it gives the correct value. But the third time again it throws an
exception "index" and on clicking OK the application dies down.
What am I doing wrong.