navigationservice Questions
1
I see a lot of answers, about removing the backstack.
But How do I remove the forward stack?
Aka, Navigating A, to B, to C
A -> B -> C
I then navigate back from C, to B (Form saved, C closed Na...
Boltonia asked 16/11, 2016 at 10:12
1
I'm creating a new WPF application with (my first WPF app):
.Net 4.0
MVVM Light
C#
MahApps Metro
I've already implemented navigation using the Navigation Service in MVVM Light. I'm using a Mai...
Nevadanevai asked 18/11, 2016 at 17:14
2
Solved
I am navigating through different pages within my application. After I login, I come to home page from where the navigation starts. During navigation, when I come to homepage, I want to go to the l...
Haha asked 23/11, 2011 at 11:37
2
Solved
I have 2 pages.(MainPage.xaml,second.xaml)
MainPage.xaml is the Login page. In this page I send login and password, and receive result. I save them(result) in Isolate Storage and navigate to the se...
Tribunate asked 20/8, 2012 at 10:4
2
In a WPF application the Frame control is used to host/navigate pages. I'd like to clear the navigation history. There is NavigationService.RemoveBackEntry() method which can be used to clear the b...
Elbertine asked 21/12, 2011 at 5:38
1
© 2022 - 2024 — McMap. All rights reserved.