Mario Luigi Vibal
Mario Luigi Vibal

Reputation: 15

Windows Form Sizing Not Properly Displayed

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

Upvotes: 0

Views: 73

Answers (1)

Mario Luigi Vibal
Mario Luigi Vibal

Reputation: 15

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

Upvotes: 1

Related Questions