Hi,
I have a program with a ListView (with Multiselect) and am using the
SelectedIndexChanged handler. However, when the index is changed, a
rather long set of events occurs which takes quite some time.
Therefore, if the user tries to multiselect several items (holding
down Shift), it takes that many times longer. Is there a way to only
invoke the SelectedIndexChanged method on the LAST multiselected item
(not each and every one)?? That would speed up the process greatly.
Thanks!
Robert |