tags:

views:

32

answers:

1

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
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
The example in the linked documentation is in details mode (called the GridView view in WPF).
Kent Boogaart
I'm sure i'll figure it out from there, thanks!
RCIX