Hi,
I'm using MVVM and the model has password field. From what I've found on web, when handling this password you must implement custom class for binding and use PasswordBox. I think this is overhead. Could you point me to a better way to using the add/edit usercontrols connected to a viewmodel with password?
Thank you