OK - now this is a listview...
I tried to build a similar listview using the listview control.
But I can't do it anyway.
I only was able to figure out something like that:
ListView1.ListItems.Add 1, "List1", "TEST"
......
But this does not look like the control I wanted.
.....




Reply With Quote