Click here to Skip to main content
15,923,789 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
there is a project a1 in which i have a control in one xaml file
i want to use that same thing in other proj of the same solution.

Basically i don want to use the control, the control's animation starts in a1 which i want to stop in other proj by accessing it..

I tink its possible by using FindbyChild or so.. need exact code
Posted

1 solution

I think what you mean is GetVisualChildren - see http://themechanicalbride.blogspot.com/2008/10/silverlight-and-logical-tree.html[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900