|
-
Jun 14th, 2008, 09:02 PM
#1
Thread Starter
Member
Clearing a Listview
So i have some data inside a Listview which i can see perfectly fine.
Now, i want to clear the listview so that no data is shown, only the columns.
What should i do?
I thought of using for each item in listview but i dont know how that would work and i cannot see any property that could help me.
Thanks in advance.
-
Jun 14th, 2008, 09:13 PM
#2
Re: Clearing a Listview
call the ListView1.ListItems.Clear() method.
-
Jun 14th, 2008, 09:14 PM
#3
Thread Starter
Member
Re: Clearing a Listview
Thanks! That was a quick reply and it worked perfectly!
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
|