Using selectors in ControlTheme to change a property on one control based on the property of another #15781
Unanswered
andy-westacott
asked this question in
Q&A
Replies: 2 comments 1 reply
-
at least a missing white space in the selector. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
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
-
Hi
I'm working on a combobox type control which is going fairly well.
One detail I want to handle.
I have a Border portion of the control that I want to modify only when the popups IsOpen=true.
I was hoping to do this with Selectors but I'm having some trouble
The border is
Then the popup
and I was hoping something like
would work. This is obviously wrong.
Any pointers to how I would achieve this?
Beta Was this translation helpful? Give feedback.
All reactions