I'm trying to resize my application so that it fits on a 1080 display as it was originally made on my Surface Pro 3 with a higher resolution. The application is 640x1136 and I'm trying to resize to 320x568. I used the Window Control object and managed to achieve this but I had to resize to 336x626 to achieve a 320x568 resolution (I assume due to window borders), is there a more logical way of doing this? As if a user has window borders of a different size then I assume the frame won't display at 320x568...
Also, upon resizing, an Edit Box and Rich Edit Box contained within the frame have disappeared, and text has not resized accordingly. Is there an easy way to fix this?