본문 바로가기

Programing/닷넷

[WinForm] 메인 폼의 크기를 고정하거나 조정

윈폼에서 메인 폼의 크기를 고정하거나 조정할 수 있게 설정할 필요가 있다.

자꾸 잊어먹어 메모를 한다.


FormBorderStyle 에 보면

 None

 FixedSingle : 고정크기

 Fixed3D

 FixedDialog

 Sizable : 기본값, 크기 조절이 가능하다. 컨트롤의 앵커를 잘 지정해야 크기가 바뀌었을 때 맞게 움직인다.

 FixedToolWindow

 SizableToolWindow