This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Replies: 1 comment
-
There is adaptive behavior that can do that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we only pass name to target object? I have tried others but they didn't work.
I have 4 buttons. When I click on 1 of them it changes to blue others to default colors. the following code works perfectly. I am just trying to see if I can do it more concisely. I would like to do it with only 2 DataTriggerBehavior commands. I was thinking if I can reference the buttons through classes or tags (because multiple objects cannot have same name) and pass the "Value" through that object Tag. Any suggestion to make it more concise?
Beta Was this translation helpful? Give feedback.
All reactions