Hello, when selecting a listviewitem programmatically:
listView1.Items[1].Selected = true;
the listview selects the item, but the SelectedIndexChanged event is not fired. I confirmed that this should be happening in a windows form app. I’m using the latest version (1.3.14)
Thanks,
Andrew
Hi Andrew,
WJ-7834 is also included in the latest Wisej build (1.3.15).
Best regards
Frank
You are correct. It fires ItemSelectionChanged but it doesn’t fire SelectedIndexChanged (which is related to the FocusedItem getting updated only by a user action on the client).
WJ-7834: The ListView doesn’t fire SelectedIndexChanged and doesn’t update the FocusedItem when changing the selection programmatically.
Thanks,
Luca