in Education by
How to set content of a NavigationWindow?

1 Answer

0 votes
by
The Navigation Window class is derived from the Window class, so it inherits all the properties of Windows such as methods, properties and events. The navigation window provides backward and forward buttons for navigating to pages that we have visited before or have yet to visit.
 
Creating Navigation Paged Application: To create Navigation Window based applications, use a Navigation Window container instead of a Window container as shown in the following picture and the source is the property of the Navigation window and write the name of the page that you want to set as the home page as shown in the following picture:
 
homepage 
 

Related questions

0 votes
0 votes
    What is Attached Properties and how to register it?...
asked Apr 9, 2021 in Education by JackTerrance
0 votes
    What is WPF Dependency Property and how can we use?...
asked Apr 9, 2021 in Education by JackTerrance
0 votes
    What are Converters in WPF?...
asked Apr 9, 2021 in Education by JackTerrance
0 votes
0 votes
    What is a Routed event?...
asked Apr 9, 2021 in Education by JackTerrance
...