Advanced Forum Search Results
-
another workaround move the storyboard to your usercontrol.resources, give it a name and start it in code with
(Resources["MyName"] as Storyboard).Begin();
-
Hello
Does anyone know if the code for the Silerlight showcase application is available? (The one on this site)
Or
How would one go about creating a silimar control in SL1.1? Would you use a listview with a cusomized view?
Thanks