I\'ve got a MainPage.xaml page a Detail.xaml page.
I\'ve passed variables to the Detail.xaml from MainPage.xaml by using a static variable and referencing it in Deta
Can you load the content from the static into your control in the OnNavigatedTo?
You can make a method in your main page to do that job and call that.