I was attempting to follow a few tutorials for the ListView control. I am able in the designer to add items and subitems but I want to be able to add them in at runtime. I can do ListView1.Items.Add quite fine but when I attemp to input ListView1.SubItems (As the tutorial suggests) I get an error that is:
Code:
'SubItems' is not a member of 'System.Windows.Forms.ListView'
I am using Visual Basic.NET 2008 Express.