Reputation: 39437
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
Reputation: 178660
Try the WPF Toolkit grid. Alternatively, depending on editing requirements, you could just use a ListView
.
Upvotes: 2