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