Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it not possible to specify a TargetName for a ControlStoryboardAction.Play type event? #191

Open
MGRussell opened this issue Jul 23, 2020 · 0 comments

Comments

@MGRussell
Copy link

Is there a normal way to enable ControlStoryboardAction's to work with Storyboards that are used to target multiple different controls? In other words, ones that do not explicitly declare a Storyboard.TargetName?

I found one way to do this by setting the Storyboard's TargetName to a DynamicResource, but it's somewhat bloaty/hacky as it requires setting x:Shared to false. Because of the fact that x:Shared is false now you also run into the issue that said Storyboard will no longer work with things like StoryboardCompletedTrigger triggers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant