I have a collection that I wish to bind to a WPF grid.
The problem I\'m facing is that the number of columns is dynamic and is dependent on a collection. Here is a
You can use nested ItemsControls for this
ItemsControls
Here's a basic example: