问题 I'm trying to position elements in my Canvas relative to my background. Window is re-sized keeping the aspect ratio. Background is stretched with window size. The problem is once window is re-sized the element positions are incorrect. If window is re-sized just a little, elements will adjust their size a bit and would be still in the correct position, but if window is re-sized to double it's size then positioning is completely off. So far I used Grid , but it was to no avail as well. Here is