Hi,
I'm using a NavigationDrawer on which, some of its Menu items need to show on the ContentView a stack of views (such as the pages that are used on a Navigator). The question is, how can I use or simulate a Navigator on the ContentView?
By default, I see that the MasterDetail Xamarin control can add NavigationPage to the detail. Is this possible with SfNavigationDrawer?
For instance, when I press menu item A, the contentView shows view A. Then, in view A I navigate to view A1, and then to view A2. Therefore, if I press back button on navigation bar( if possible) I should navigate to view A1 and after to view A and after to the root view of my NavigationDrawer.
Thank you