I have an Image control inside a custom ContentControl that I use to apply some transforms (scaling and translating through the RenderTransform). The problem is that with im
You need to Have a scroll viewer inside your custom control. Within the scroll viewer include the image control.
HTH
I think I found a solution. Wrapping my image inside a canvas solved the issue, probably due to the way canvas size is computed.