简体   繁体   中英

How to navigate between panorama pages in wp7

I have created a panorama app for wp7. I just want to navigate between the panorama pages. Like I have created some images and if i tapped any image, then it should be navigated to the third header or fourth header page. Can anybody help me with this? Thanks for your help!

Let's say that your Panorama control has attribute x:Name="myPanorama".

Now to navigate beetwen PanoramaItem you have to set "SelectedIndxex" attribute:

myPanorama.SelectedIndex = 4;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM