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
Same here. I've worked around it for now with a value converter to get the enum to a string (matching the value name) and then setting Value="EnumsStringValue". It'd be nice for the framework to handle it and get the compile checking.
It seems that binding DataTriggerBehavior to enum property on a viewmodel doesn't work and breaks other bindings in page/usercontrol too.
I'm trying to bind DataTriggerBehavior to an enum property on a viewmodel and compare it to a string representation of the enum value.
The text was updated successfully, but these errors were encountered: