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
I've come across this situation that I am unsure if CalcBinding can handle as is or would need to be modified to handle (or if this is even possible with CalcBinding in any way).
I have 2 sources I want to do a boolean or on. One of the sources doesn't use a RelativeSource on it, while the other source does.
At the moment I am needing to use a custom IMultiValueConverter instead of CalcBinding.
The text was updated successfully, but these errors were encountered:
I've come across this situation that I am unsure if CalcBinding can handle as is or would need to be modified to handle (or if this is even possible with CalcBinding in any way).
I have 2 sources I want to do a boolean
or
on. One of the sources doesn't use aRelativeSource
on it, while the other source does.At the moment I am needing to use a custom
IMultiValueConverter
instead of CalcBinding.The text was updated successfully, but these errors were encountered: