开发者

SIlverlight WP7 switch screen

How to switch between screens programatically in silverlight on WP7 开发者_开发知识库guys ?

Thanks


NavigationService.Navigate(new Uri("/NextView.xaml", UriKind.Relative));


You can use the Navigator to do this:

this.NavigationService.Navigate(new Uri("/Views/Whatever.xaml"), UriKind.Relative));
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜