How do i go about selecting multiple entries in a listview. For example I would like to beable to select some entries and right click to delete them... How can I go about doing this? Thanx
Jason
Set the ListView's MultiSelect property to true.
To determine which items are selected at runtime check the Selected property of each item in ListView.Items.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.