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
I’ve run into a bit of a wall trying to apply a Style with a DataTrigger to a ui:TextBlock. I’m trying to change the foreground color based on a boolean ViewModel.IsValid property, but the trigger just never seems to fire. I’ve confirmed the binding works in other controls like Border, but not with ui:TextBlock.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Folks,
I’ve run into a bit of a wall trying to apply a Style with a DataTrigger to a
ui:TextBlock
. I’m trying to change the foreground color based on a booleanViewModel.IsValid
property, but the trigger just never seems to fire. I’ve confirmed the binding works in other controls like Border, but not withui:TextBlock
.Beta Was this translation helpful? Give feedback.
All reactions