Hello, I have a user control in a .dll so I cannot modify the source. The control has a background image, some textboxes and images on the side of the textboxes. When I add the control to my WPF project it opens but always has a fixed size of 800x600. How can I put this control in my window and stretch it to fullscreen?

Thanks