You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is there a normal way to enable
ControlStoryboardAction
's to work withStoryboards
that are used to target multiple different controls? In other words, ones that do not explicitly declare aStoryboard.TargetName
?I found one way to do this by setting the
Storyboard
'sTargetName
to aDynamicResource
, but it's somewhat bloaty/hacky as it requires settingx:Shared
to false. Because of the fact thatx:Shared
is false now you also run into the issue that saidStoryboard
will no longer work with things likeStoryboardCompletedTrigger
triggers.The text was updated successfully, but these errors were encountered: