c# - VS2013 - Issue with high DPI screen and WinForms -


i built application on computer normal dpi size. winforms application many forms , custom controls. when open project on lenovo yoga 900 high dpi looks in visual studio 2013 when run application parts off screen.

even worse when open application after change on "normal dpi computer". of controls scaled up, margins , paddings scaled too.

with other words forms messed up. i've read autoscalemode set font. change property there not realy noticable changes.

any suggestions how can handle problem? or have similar experiences/issues?


Comments