I killed some time figuring this out myself though the solution was there on the first link given out by google..
thanx to the guy who posted this one..
list is a listview here...
while (list.SelectedItems.Count > 0)
{
list.Items.Remove(list.SelectedItems[0]);
}
vaibhav
Saturday, December 13, 2008
Remove selected items from listview in C#
Posted by vaibhav at 4:20 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment