Re: How to display Child window using Navigation Framework
The Navigation Framework is for navigating around your application's pages. To show your childwindow, you can create a new ChildWindow, set its content property, and then invoke the Show method of the ChildWindow class.
Bookmarks