Aug 9, 2007 #1 rickyoswaldiow Programmer Joined Jul 16, 2007 Messages 127 Location GB I am trying to empty a ListView of its date. Is there a simple way to do this? I cannot find anything like .Clear for this control
I am trying to empty a ListView of its date. Is there a simple way to do this? I cannot find anything like .Clear for this control
Aug 9, 2007 2 #2 Error7 Programmer Joined Jul 5, 2002 Messages 656 Location GB ListView1.ListItems.Clear ListView1.ColumnHeaders.Clear [gray]Experience is something you don't get until just after you need it.[/gray] Upvote 0 Downvote
ListView1.ListItems.Clear ListView1.ColumnHeaders.Clear [gray]Experience is something you don't get until just after you need it.[/gray]
Aug 9, 2007 Thread starter #3 rickyoswaldiow Programmer Joined Jul 16, 2007 Messages 127 Location GB Thankyou. Upvote 0 Downvote