I have a TextBox in which I want to add an image as background. The first try is this:
The result in this case is this:
If I use this code, that uses transform:
The result is this:
The image that I want to scale is this:
It seems that when it scales, reduce the size, but it crops the image to the size of the TextBox.
What I want to do it is scale the image to see the complete image, but I am not be able to get it.



