Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

Im developing wpf wizard and im using navigatingservice with pages.
I find that functionpages offer nice way to move forward/backwards between pages and provides way to transfer data between them.

Only problem is that I have implement each page its own forward/backward buttons so is there way to interract pages outside its own page instance. The goal is to put command buttons below pageframe element and swap pages with those.

Hope you got idea :)

Cheers!
Posted
Comments
`Thomas W. 8-Aug-11 8:47am    
Do you use Frames or NavigationWindow to display your pages?

1 solution

I think you can use Frame so that Forward and Back buttons automatically displays. There are some other advantages also which van be achieved using Frame
 
Share this answer
 
Comments
paleGegg0 8-Aug-11 14:22pm    
thanks for the solution! I am truly beginner about wpf so I find difficult which control to use or what methods controls provides to user. Have a nice day :)
nit_singh 9-Aug-11 7:24am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900