I'm just wondering what is the usual practice of having pages (I don't mean pages like on XAML pages, I just mean ... different screens) that can be moved between?
Right now I use only a bunch of pages and use the NavigationService class in C # to move between my pages. But I just opened Frames.
It is better to have a frame inside the window:
<window> <frame source="page.xaml" /> </window>
or just do it with all pages and navigation services? Or should I use a window inside a frame?
What are you doing?
Thanks!
source share