Welcome to WindowsClient.net | Sign in | Join
These are task-based samples that are an excellent way to learn about various features of Windows Presentation Foundation. Each sample is a short walk through, some providing online demonstrations of the final result.
Control Author: jaytayl
Posted: 08-04-2007
Views: 1,674
Downloads: 2,448
This sample demonstrates how to host a Frame within a Page.
Building the Sample
Running the Sample
Remarks
When a Frame is hosted in a Page, and the Page is browser-hosted, the default navigation history behavior the Frame is to integrate with the browser's navigation history. However, you can specify that the Frame uses its own navigation history by setting JournalOwnership property to OwnsJournal.
This sample shows both styles of navigation history.