List View Selected Index Changed in a multi-selectable list view
Posted
by Anton Indrawan
on Stack Overflow
See other posts from Stack Overflow
or by Anton Indrawan
Published on 2010-05-21T21:52:41Z
Indexed on
2010/05/23
7:40 UTC
Read the original article
Hit count: 235
c#
I have a windows form with a listview control. I set the MultiSelect property to true and I added a selected_index changed event.
I get the event fired when I click the same index as the current selected index. My expectation is that I will not get the event fired. The strange thing is that the event fired 1 second after I click the index.
I appreciate for any reply to explain why this is happening.
© Stack Overflow or respective owner