开发者

Change Page in Frame Control

开发者 https://www.devze.com 2022-12-14 14:39 出处:网络
I\'ve got a Page in a Frame Control. I want to change it by clicking button in a current page. How can I do it?

I've got a Page in a Frame Control. I want to change it by clicking button in a current page. How can I do it?

I've got a full-screen desktop application on WPF (without开发者_StackOverflow any window's title and system buttons).


you can use NavigationService.Navigate() method to navigate through pages in a Frame.

0

精彩评论

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