Question

lets say that we have 5 Xaml Pages. Page1.xaml with the Page1.cs Page2.xaml with the Page2.cs Page3.xaml with the Page3.cs Page4.xaml with the Page4.cs Page5.xaml with the Page5.cs

and all are working separately and you can access them via Page1.xaml by tapping some icons!, now i want to make the Navigating via sliding the Pages, so for example

if i am in Page2 and slide from right to left then then you will go to Page3, if you slide from right to left again you will go to Page4, so if now slide from left to right you will return to Page3.

This is my goal and it will be very nice to see a little part from the next and previous page in right and left of current page in order to know where i will go!

Was it helpful?

Solution

Keep your Page1 and delete others. Add a PanoramaPage to your project. I am pretty sure this is what you are looking for. Panorama page example

To navigate to a PanoramaItem check this question on SO.

By the way, you should check PivotPage too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top