Can a storyboard access the UserControl that it resides in?
Posted
by Jeremy
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy
Published on 2008-12-23T22:09:40Z
Indexed on
2010/03/25
14:03 UTC
Read the original article
Hit count: 308
Silverlight
I have a usercontrol, and I want a storyboard inside the user control to fade the user control out. Using Expression Blend, I can create the storyboard and cause it to fade the user control out, but when I run the silverlight application I get an error on FindControl stating that it can't find the control. I'm guessing the find control only searches the children of the parent, but does not look at the parent itself. Is there any way around this?
© Stack Overflow or respective owner