Thanks John,
So do you have an example of adding a subitem to column 2 for instance, without adding anything to column 1? Because I have not been able to find any .net reference that shows how this is possible.
For example I can use:
ListView1.Items(1).SubItems.Add("Mydata")
That will add...