Question

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 any window's title and system buttons).

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top