Is there a way to get a ListView control to fire its
SelectedIndexCh anged event like the ListBox control? When the user
selects multiple items at once, the ListView fires the event as each
item gets selected. The ListBox waits to fire the event until all
selections are complete.
Thanks,
Mike
SelectedIndexCh anged event like the ListBox control? When the user
selects multiple items at once, the ListView fires the event as each
item gets selected. The ListBox waits to fire the event until all
selections are complete.
Thanks,
Mike
Comment