RCIX
RCIX

Reputation: 39437

WPF: How to show output of a database?

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?

Upvotes: 1

Views: 307

Answers (1)

Kent Boogaart
Kent Boogaart

Reputation: 178660

Try the WPF Toolkit grid. Alternatively, depending on editing requirements, you could just use a ListView.

Upvotes: 2

Related Questions