I have trouble to manipulate the listview thing. How do I add an item and colums???
Printable View
I have trouble to manipulate the listview thing. How do I add an item and colums???
Code:'To add a column:
ListView1.ColumnHeaders.Add , , "a column", 1000
'To add an item:
ListView1.ListItems.Add , , "an Item"