I am figuring out a way to Select Multiple items in list view and deleting them on a certain action. What I can\'t figure out is, how should I have these multiple items selected
Get success also WPF listview by writing
while (lvJournalDetails.SelectedItems.Count > 0) { lvJournalDetails.Items.Remove(lvJournalDetails.SelectedItem); }