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

Support automatic persistence of View state #5

Open Andy-Wilkinson opened 10 years ago

Andy-Wilkinson commented 10 years ago

Would it be possible to add some form of automatic persistence of view state (not viewmodel state) when the app is shutdown. For example automatic persistence of scroll position in lists. This could be achieved using base classes or behaviours.