|
-
May 5th, 2013, 10:38 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] listview remove items
Hi,
Form1.ListView1.ListItems.Remove (index)
I presume 'index' applies a single row. What if you want to remove all items and also don't know how many there are ?
(Or would that always be Form1.ListView1.ListItems.Count ) ?
Thanks, ABB
-
May 5th, 2013, 11:28 PM
#2
Re: listview remove items
Code:
Form1.ListView1.ListItems.Clear
JG
... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...
-
May 5th, 2013, 11:37 PM
#3
Thread Starter
Frenzied Member
Re: listview remove items
Aah.... so simple when you know!
Thanks, ABB
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|