My screen resolution is set to 1920x1080, but if I want to create a Form in Visual Studio with the same size, there is a big gap between the right side of the form and the right side of the screen. It only fills the whole screen, if I set the form's width to 2160.
My goal is to create a Form, which draws elements in a picture box. It's size is fitted to a landscape oriented A4 paper size, so it's height is 4x210=840 pixels, and it's width is 4x297=1188 pixels. I created the picture box with these sizes, but it doesn't really look like an A4 paper, it's width is smaller then it should be, just like the width of the form.
Any idea how to fix it?