I am have created a Flyout Control (extending UserControl) in order to have Header Menu navigation for a Windows 8 App using C# and XAML.
In this layout I have some buttons with Click listeners. These buttons are used for the navigation among the various pages of the app.
Thus, I would like to ask you how can I access the parent page's Frame in order to navigate to the other pages?
Thanks a lot in advance!