I don´t know how to describe it correctly, but I try:
I would like to have on a single Page a kind of Header-Section with a Menu. Depending on which Menu-Item is selected I would like to load another page underneath my header. Kind of a Splitscreen. All Pages will have the same ViewModel.
Actually I have all my "Pages" in the same XAML-File, but this is very confusing and it contains too much code. I make them visible my setting a StackLayout visibility to True or False, but I am not happy about that solution.
Any ideas ?