Supporting DPI and Default Font Changes

后端 未结 1 586
耶瑟儿~
耶瑟儿~ 2020-12-15 16:55

So I\'m trying to figure out how the Form\'s AutoScaleMode property can possibly help to support a system with a font or DPI that is different from my work development machi

相关标签:
1条回答
  • 2020-12-15 17:39

    The correct way is to scale the controls, the form itself and the text within. This sounds very complicated, but the layout controls (TableLayoutPanel and FlowLayoutPanel), combined with the AutoSize property, make this considerably less difficult.

    0 讨论(0)
提交回复
热议问题