0
votes
votes
1 answers
ListView how to avoid multiple SelectedIndexChanged events
hello, I have a ListView with MultiSelect enabled, so the user is allowed to select/unselect multiple items at once with SHIFT and CTRL. However, I want to get only 1 event per user interaction. For example, when the user clicks to the 1s ...
