Replies: 1 comment
-
Hi @JackDjTom I had the same need in the past too. And to be honest I ended up copying the MahApps.Metro/src/MahApps.Metro/Themes/DropDownButton.xaml Lines 37 to 151 in 29a0ac4 Maybe there is a better solution for it, but that is how I did it. Happy coding |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I can't figure out how to set the
Background
and theForeground
of theDropDownButton
when it's pressed... can someone help me?I have:
But that does nothing...
And having the Triggers directly on the
DropDownButton
-Style
doesn't work since theDropDownButton
has noIsPressed
Property.I know that i can set the
ArrowPressedBrush
but i want to set theBackground
of theButton
and theForeground
of theContent
(Text) aswell...Beta Was this translation helpful? Give feedback.
All reactions