NameValue Pair to ListView
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