I\'d like to create a table on WP7. This is my current approach using a ListBox with a Grid as the data template.
Here is my solution using SharedSizeGroup as suggested by ColinE.
Even the maximum with of each column can be controlled via the TextBlock's MaxWidth property. The SharedSizeGroups ensure that the TextBlocks have the same size in each row.