Hi ppl..
I'm using Blend 3 for a SILVERLIGHT APP. How can I use a Canvas to resize automatically and adapted to the browser (100% width and height).. I think it could be done using C# because I want to have the objects inside to move freely around the browser, but don't know howto... Help would be appreciated!
snippet XAML:
<Grid x:Name="thisMustBeAcanvas">
<Grid x:Name="thisShouldResize" MinHeight="768" MinWidth="1024" Background="#FF8A0F26"/>
When I use a Canvas the objects I have inside get broken...
Thanks in advance,
David Vera.