|
Manual population of listview Hi,
pulling out whats left of my hair...
Assuming I have a simple xaml file with a listview, or even some other
placeholder, does anyone have simple code to demonstrate manual (eg cell by
cell, row by row) population of a listview?
I can certainly programmatically create all I need including GridViewColumn
headers and ListViewItem objects, BUT ListViewItem exposes only a simple
Content property of type object, and I can not figure out how to provide the
cell information to correspond with the column/header definitions.
Can anyone help please!? |