4
votes
Visual Studio 2010 - WPF / Silverlight and built-in Grid
There is a Grid control in Silverlight 2
Grid control documentation in MSDN …
2
votes
Silverlight: Make part of a storyboard repeat
I don't think you can work with animations just in XAML/Blend you need to begin them in code anyways.
StoryBoard1.Begin();
But the code to start another animation …
