Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 wp7 创建了一个全景应用程序。我只想在全景页面之间导航。就像我创建了一些图像,如果我点击了任何图像,那么它应该被导航到第三页眉或第四页眉。有人可以帮我吗?谢谢你的帮助!
假设您的全景控件具有属性 x:Name="myPanorama"。
现在要导航 beetwen PanoramaItem,您必须设置“SelectedIndxex”属性:
myPanorama.SelectedIndex = 4;