I am looking for a way to populate a single grid using data bindings.
The way I do this at the moment is by using an ItemsControl where each item is represented as a Grid with the columns that I need. The main reason I want a single grid is to make the widths of all columns line up.
Is there way for the Grid panel to be used with ItemsControl so that there is a single grid to contain all the items?
Or is there another solution?