Answer the question
In order to leave comments, you need to log in
How to implement window transitions in XAML on Windows Phone 8.1?
I am also studying development for Windows Phone, so do not scold for misunderstanding)
I want to make a transition between windows (.xaml) in the application.
Everywhere they write to do so
private void HyperlinkButton_Click(object sender, RoutedEventArgs e)
{
this.Frame.Navigate(typeof(BasicPage2));
}
Answer the question
In order to leave comments, you need to log in
Haven't decided yet?
Is the BasicPage2.xaml page exactly in the same namespace as the page you are navigating from?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question