Loading

摘要: Panorama 1、提供了更丰富的用户体验(建议最多4个Items项) 2、Item可以设置屏幕方向为水平,支持多于一个屏幕的显示 3、可以使用任意大小的背景图片,Panorama会自动地缩放为屏幕适合的大小 4、建议不要使用ApplicationBarPivot 1、支持更多数量的It... 阅读全文
posted @ 2014-03-05 15:32 眾尋 阅读(234) 评论(0) 推荐(0) 编辑
摘要: Windows phone 全景视图下为了实现可以上下滑动需要使用listbox。需要的布局什么的,在listbox中填写 阅读全文
posted @ 2014-03-05 14:11 眾尋 阅读(223) 评论(0) 推荐(0) 编辑
摘要: (Application.Current.RootVisual as PhoneApplicationFrame).Navigate(new Uri("/NewContent.xaml", UriKind.Relative)); 阅读全文
posted @ 2014-03-04 21:43 眾尋 阅读(207) 评论(0) 推荐(0) 编辑
摘要: (App.Current.RootVisual as PhoneApplicationFrame).Navigate(new Uri("/MainPage.xaml", UriKind.Relative)); 阅读全文
posted @ 2014-03-04 20:52 眾尋 阅读(522) 评论(0) 推荐(0) 编辑
摘要: protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e) {//需要设置这个属性 e.Cancel = true; }根据具体情况来判断是... 阅读全文
posted @ 2014-03-04 19:45 眾尋 阅读(154) 评论(0) 推荐(0) 编辑