high DPI problems

前端 未结 3 2059
忘了有多久
忘了有多久 2021-01-05 09:42

I have a problem with the display of our .NET Windows application under high dpi settings.

All forms are set to AutoScaleMode = DPI, but this does not solve all the

3条回答
  •  没有蜡笔的小新
    2021-01-05 10:35

    You should look into the AutoScaleMode and AutoSize features. Combined with the docking abilities you should be able to achieve what you want.

    I had a really good article on that but the link is dead... anyway, this should get you started:

    http://msdn.microsoft.com/en-us/library/ms229605.aspx

    http://www.sellsbrothers.com/writing/winformsAutoScaling.htm

    http://msdn.microsoft.com/en-us/library/system.windows.forms.autoscalemode.aspx

提交回复
热议问题