Hi there everyone. I am working on a program to record my students marks from a math test. I am setting up a listview, it is called ListViewDataCURRENT. Student are shown a question and their answer goes into a label caption called StudentAnswerLBL.

The listview is empty (besides the column headers). I am trying to figure out how to add the item to the second column? I believe it's index is 1.

Would anyone know how to add it. Is it similar to additem for a listbox?

Thanks!