What I want is to see the MasterPage before the DetailPage when the Page is Appearing first.
I tried calling this.IsPresented=true in this.Detail.Appearing but it had no effect. Also calling it after the Page-Constructor didn't work. If I have a Button this.IsPresented=true works perfectly and shows me the MasterPage when I press the Button.
Is there anyway to set the MasterPage as StartPage or something like this? Or am I supposed to start the Page in the DetailView?