Change Page in Frame Control
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.
精彩评论