I've try to adopt the CollectionView of iOS on WPF. The background is the migration of an iOS App to a Windows Store App (Windows 10 Universal App).
I try to create a List of clickable objects which contain:
- a label
- a image
How can I do this? It should look like this:
https://i.stack.imgur.com/ETsqy.png
Can somebody give me an example of XAML code for my purpose?