I need to create a Grid to display collection of objects in WPF. The collection comes at run-time and is different most of the times.
The properties of the object can further be a collection.So each cell should be capable of displaying a sub-grid in itself, and this can extend upto nth level.
How to create such a grid in WPF ?
The properties of the object can further be a collection.So each cell should be capable of displaying a sub-grid in itself, and this can extend upto nth level.
How to create such a grid in WPF ?