How do I trigger specific parts of a storyboard in WPF?
- by George
I have several grids in my window. I have created a storyboard that moves them left by x pixels when a button is clicked. I want to make it so that when the button is clicked again those grids move another x pixels, however I'm unable to find out how to do this as it's not a common task on tutorials.
I have tried creating a second storyboard to do…