I have an one dimensional ObservableCollection. How can I display it as a multi-dimensional collection (Matrix)?
E.g: I have list of images (urls) I want to display it so there would be three images in a row and as many rows as count/3 will be equal to.
I found how I can bound two dimensional list to a grid, but nothing like I want.
Is this is possible?