How to use DataTrigger to run Storyboard?
WPF
1
Posts
1
Posters
1
Views
1
Watching
-
Helo everyone! I have a Storyboard at Window resources as shown below.
The Storyboard can be started with the following string which is placed in regular Button.
A question is How to use a data binding in order to start that Storyboard. For example:
I've tried to put DataTrigger at different places and I had got nothing besides red squiggles and exception while debugging. Thanks in advance!