Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting multiple entries in a listview

Status
Not open for further replies.

JasonDBurke

Programmer
Jun 20, 2001
54
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top