List View

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
How do you remove a specific added Item of a List View?<br/><br/>I have several items being generated and added to my list view DURING program execution, how do I have these items removed from the list?<br/><br/>I have tried using listView1.Items.Remove(e.User.Username) and listView1.Items.RemoveAt(e.User.Username)<br/>These arent working.<br/><br/>Is this something I will need to use threading for? And if so, could I get some help with it? Also, how do you make a list view scroll from top to bottom and not side to side.

View the full article
 
Back
Top