1
Answer

NameValue Pair to ListView

austin

austin

15y
4.2k
1
I am having trouble loading a NameValue:

public static NameValue[] Stuff = new NameValue[] {
            new NameValue("stringhere1","stringhere2"),
}

into a 2 column ListView. If someone could please help me with the code for looping through the NameValues and adding them as subitems in a 2 column ListView I would be most grateful! :)

Like so:

Column1 / Column2
------------------
stringhere1 / stringhere2
Answers (1)