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?
(viewbox).UpdateLayoutor(viewbox).InvalidateArrangeor(viewbox).InvalidateMeasurework at all? – Brad Christie Feb 15 '11 at 14:50