Data Trigger Problem
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Looking for a bit of help regarding a Datatrigger that I'm trying to implement in my mvvm application. What I have is a grid and in the grids triggers I have a datatrigger that is bound to a boolean property called ShowAnimation that when true, triggers a animation to go. Code doesnt run at all. I tried setting the animation off using an eventtrigger and the animation runs but when I try a data trigger, then no luck. Heres the xaml for the grid and datatrigger.