Replies: 1 comment 3 replies
-
As long as you have clear rules on merging the styles in your mind, you could probably write a markup extension to produce a merged style for you. What do you mean by PropertyTrigger? There is no |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I wish it were possible to apply a list of styles (typically applying to different properties to make sense) to an element, instead of a single style. At the moment, if we want to compose a number of styles, we need to base them upon one another which can be a pain.
In a somewhat related fashion, why is FrameworkElement.Triggers restricted to event triggers? (This is somewhat related because I tried filling it with the Triggers from the styles I wanted to apply and got shot down).
Beta Was this translation helpful? Give feedback.
All reactions