How do I clear just the data (not the headings) in a listview? I tried .clear, but it cleared the heading and the data.
thanks
kevin
Printable View
How do I clear just the data (not the headings) in a listview? I tried .clear, but it cleared the heading and the data.
thanks
kevin
VB Code:
ListView1.Items.Clear()
dam that was easy. :thumb:
thanks
kevin