Reputation: 1948
I have a single Windows Phone page, let say Details.xaml. I want to use it as a single view page as well as to reuse that page in different panorama pages.
How can I add that page as an PanoramaItem?
Can you provide some go resource about good practice in implementing Panorama page in Windows Phone 8?
Thank you
Upvotes: 1
Views: 183
Reputation: 1784
You can build a UserControl containing the Visual structure that you wish to present, you can check the microsoft guidelines on Panorama pages.
Upvotes: 1