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
I think I found a solution. Wrapping my image inside a canvas solved the issue, probably due to the way canvas size is computed.