Posted on: 12/14/2010 9:40:41 AM | Views : 671

Interactions based on ViewModel changes are easy as soon as you understand how it works. A lot of people have been hiding and showing elements in the UI based on a boolean in the ViewModel which is converted to fit the Visibility property. Of course they used an IValueConverter that translates a bool to a [...] ...

Go to the complete details ...