I would like to ask, how can I easily create a grid or view with images in WPF C#. I am interested in simple view, where all images are sized uniformly with fixed spacing between them - like basic gallery.
Images would be loaded dynamically, number of them varyies for each item.
Is anything like that available?
Thanks in advance.