Search code examples
mvvmbindingpropertiespasswordspasswordbox

MVVM Binding Password


I am re-factoring my application to implement the MVVM design and i came across my first problem...

Compiler won't let me bind to the Password property of the PasswordBox control.

Anyone have any ideas / suggestions.


Solution

  • Dunno if there is a best practices version, but here's a dirty filthy hack.