Form can be sized/dragged to a larger size but cannot be sized/dragged back to a smaller size

StackOverflow https://stackoverflow.com/questions/8663763

  •  08-04-2021
  •  | 
  •  

문제

I have this simple problem and I have tried searching for answers but came up empty handed.

See, I have this small program that has FormBorderStyle set to "Sizeable". My problem is that it can only be sized bigger but I can't drag it back to a smaller size (it simply won't allow me to).

Any help would be appreciated.

도움이 되었습니까?

해결책

Apparently, the GroupBox with the Anchor property set was causing the problem.

다른 팁

Check your forms minimum width and height... likely these are set and preventing you from making it smaller. Set them to 0 and you should be good to go.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top