Is it possible to change selected control color within a ListBoxItem? #13389
Answered
by
timunie
JaoHundred
asked this question in
Q&A
-
Hi, I'm taking a look at styling and saw how easy is to change the
How can I get to change the color in this situation? |
Beta Was this translation helpful? Give feedback.
Answered by
timunie
Oct 26, 2023
Replies: 1 comment 3 replies
-
check docs about Style Selectors for reference. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
JaoHundred
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<Style Selector="ListBox.filters ListBoxItem:selected Border">
this should work for all Borders inside ListBoxItem iirccheck docs about Style Selectors for reference.