MVVM Friendly Visual State Management with Windows Phone 7
Posted by: | Technical |
First, the problem. We want to be able to bind to and trigger an animation in the View from the View Model in a zero touch fashion. The use case I’m taking here is displaying a Progress Bar control and having it fade in/out, in this instance using a Visual State Manager. There are plenty More »