c0D3l0g1c
c0D3l0g1c

Reputation: 3164

Metro App Navigation causes Home page to reload when calling GoHome or GoBack

How do I prevent the home page from reloading, when navigating back to it from a call to GoHome or GoBack?

Currently, the entire main page reloads/initialises itself. Isn't there a way of caching this page so reloading does not happen?

Upvotes: 2

Views: 445

Answers (1)

Filip Skakun
Filip Skakun

Reputation: 31724

Set Page.NavigationCacheMode to Required.

Upvotes: 2

Related Questions