OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Access to NavigationStack property #10

Closed Andy-Wilkinson closed 10 years ago

Andy-Wilkinson commented 10 years ago

Allowing access to the NavigationStack property of INavigationBase would support "breadcrumb bar" implementations. If this was to be bound to the UI then it should also support property/collection changed events.

Migrated from http://okra.codeplex.com/discussions/447670

Andy-Wilkinson commented 10 years ago

A public observable NavigationStack property is now implemented in INavigationBase.