Reputation: 41
I am doing wp7 application in which i need to show data having multiple rows and columns in it. I want to know if there is any control like grid or table view which can show data having multiple rows and column. Is there any way to show data having multiple rows and columns?
Upvotes: 0
Views: 1269
Reputation: 4268
use Grid
.
Here's a blog that seems reasonable : .Net Framework 3.5: Grid In WPF
Here's the official documentation: Grid Class (System.Windows.Controls)
And in general, here's a getting started guide to WP7 development: Create.msdn Windows Phone Development
Cheers
Upvotes: 2