I got a C# WinRT MetroApp Project...
I have a Overview of Items implemented with a GridView looking like this:

If i click on one of these Items i get a DetailView of the item like this:
The Content of the DetailView is a Custom XAML Control. I do want to have a samll Preview of each of my DetailView in the Overview Items..
My question is: Whats the best way to do this in WinRT and how? Is it possible to render an Image of my custom XAML Control in winRT ?
please help me!!