Home / FAQ / WinForms / ListView / How do I unselect the selected items in a ListView programatically?
Simply do the following:
this.listView1.SelectedItems.Clear(); [C#]
[VB] Me.listView1.SelectedItems.Clear()
Platform BlazorASP.NETWinFormsWPF
Question *
Answer (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Share with