Search code examples
silverlightviewbox

How to Resize Controls in silverlight


I am working on a Silverlight application and my problem is like this: I have a StackPanel and inside the stackpanel I have a ViewBox. Inside the viewbox I am adding images and rotating them 90 and/or -90 degrees.

When rotated, my images go out of the viewbox. How can I fix this?


Solution

  • Use something other than StackPanel, it doesn't resize.