all groups > vb.net upgrade > august 2003 >
You're in the

vb.net upgrade

group:

Using ListView


Using ListView Mark C
8/20/2003 12:00:50 AM
vb.net upgrade: How can I clear out the items in a list view? I tried the .clear method and
it wipes out the columns, headers, everything. I just want to clear out the
rows and repopulate it with a new set of data. Columns and headers stay the
same.

thanks
mark c
phoenix

Re: Using ListView Daniel Moth
8/21/2003 9:48:24 PM
Instead of
ListView1.Clear
try
ListView1.Items.Clear

Cheers
Daniel

[quoted text, click to view]

AddThis Social Bookmark Button