You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently unable to bind custom button to PasswordBox. I managed to get it working by c/p textbox style and removing some triggers/properties and then created new style just like for textbox, just based on this new passwordbox style. Someone who has more time could just change some parts of style to match password box properties
.
The text was updated successfully, but these errors were encountered:
@flagbug Yeah, in demo there is only example with default clear button. I need to change the button image/path so I created new style that only overrides command button template. This works great with textbox as I can base the style on ButtonCommandMetroTextBox, but there is no equivalent for password box that I could base my style on.
The above example is with changed ButtonCommandMetroTextBox to work with passwordbox.
We are currently unable to bind custom button to PasswordBox. I managed to get it working by c/p textbox style and removing some triggers/properties and then created new style just like for textbox, just based on this new passwordbox style. Someone who has more time could just change some parts of style to match password box properties
![capture](https://camo.githubusercontent.com/07b82a8402e073e3c4ba8d075e41cb27eb7418fe075f957c8c7dbbb5f9c0b66d/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3634333137312f323035373037352f65386261353336632d386230392d313165332d396530312d3830393564366165333934302e504e47)
.
The text was updated successfully, but these errors were encountered: