Loading the history/journal of several pages at start-up
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I would like to use the navigation controls that utilize the journal history of pages that are navigated to. I know normally I have to have the page navigated to first to enable the forward arrow because it needs a history or journal entry. Is it possible to load four pages at start-up so you can use the forward navigation button without actually navigating to those pages? The reason for this is I would like to not have to create additional buttons for forward or back navigation. My uses are a WPF wizard using PageFunctions as each page. The start-up class is of type NavigationWindow but always displays page 1 after start up. In other words there is no "launching" dialog as is found in many WPF wizard uses.. Thanks in advance.