I have created a listView on my Form. In the properties I have created 2 Columns.
What I now wonder is how you can put text in each column.
I have tried out this code but no Text is coming up in the listView1 at all.
Could I be on the right track ?
listView1->Columns[0]->Text = "Column1";
listView1->Columns[1]->Text = "Column2";