views:

63

answers:

1

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.

+1  A: 

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

Will
once again cheers for this :)
LnDCobra