I have a database consisting of 4 or 5 columns, and i want to provide a simple display for that. What WPF control would be best suited to showing the data?
+2
A:
Try the WPF Toolkit grid. Alternatively, depending on editing requirements, you could just use a ListView
.
HTH, Kent
Kent Boogaart
2009-08-29 09:51:14
ListView ought to work, but i can't seem to get it in Details mode. How would i do that with WPF? (sorry for all the dumb questions, i just started with WPF like 3 hours ago!)
RCIX
2009-08-29 10:03:06
The example in the linked documentation is in details mode (called the GridView view in WPF).
Kent Boogaart
2009-08-29 10:37:38
I'm sure i'll figure it out from there, thanks!
RCIX
2009-08-29 10:54:09