Windows Forms resolution problem

后端 未结 3 1354
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-13 14:12

I have developed a 1024 *780 resolution screen in Windows Forms, but some say that it does not fit properly at higher resolutions. Is there any way to handle this?

3条回答
  •  囚心锁ツ
    2021-01-13 14:29

    You can use anchor property of item, and autoScaleMode property of form set it equals 'None'.

提交回复
热议问题