You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now template-provided properties are being set with LocalValue priority which makes them to take precedence over any style setters. That's really inconvenient since it makes some control aspects impossible to style without changing the entire ControlTemplate.
We should have a separate TemplateProperty binding priority which can be overridden by StyleTrigger binding priority.
The text was updated successfully, but these errors were encountered:
Right now template-provided properties are being set with
LocalValue
priority which makes them to take precedence over any style setters. That's really inconvenient since it makes some control aspects impossible to style without changing the entire ControlTemplate.We should have a separate
TemplateProperty
binding priority which can be overridden byStyleTrigger
binding priority.The text was updated successfully, but these errors were encountered: