You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I use the NavigationView without creating a new instance of the page?
Im using NavView with "ItemInvoked" event andframeto display the page.
This leads to problems such as the loss of data when Navigate is performed in different pages using simple data binding.
So, is there any way to save page.Content and replace only the page.Content when Navigate, thus achieving page persistence?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, I have one problem.
How can I use the NavigationView without creating a new instance of the page?
Im using NavView with
"ItemInvoked"
event andframe
to display the page.This leads to problems such as the loss of data when Navigate is performed in different pages using simple data binding.
So, is there any way to save page.Content and replace only the page.Content when Navigate, thus achieving page persistence?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions