0

I have a Windows form. Previously the form displayed correct size I double check already the properties and everything looks correct.

Size should be 1024 x 768 but for some weird reason the form keeps on extending downwards sharing screenshot:

enter image description here

Any idea how to fix this? I've tried changing my laptop's resolution but it doesn't seem to work and besides the target size is only 1024 x 768

Lee Taylor
  • 7,761
  • 16
  • 33
  • 49

1 Answers1

1

I found the bug on my code , somewhere I'm resizing it programatically so I just had to remove it