StateTrigger with bound bool property
Hello,
is there any trigger which works the same way like StateTrigger with IsActive property? I mean if I can use any from your triggers like logical trigger with bound bool property.
Thank you, Jakub
Hey @kubakista , I tried to implement a bindable trigger a while ago, but failed.
It looks like the VisualStateManager doesn't care about the binding.
If you're willing to give it another try, you're welcome :)
I've actually been playing about with this for a while. I've got a working version at the moment (definitely not my best code) just need to do some more testing before merging back to my fork.
I'll let you know how my testing goes :)
@JSmyth886 Good to hear that! :) I'm looking forward to the results.