c# - Winforms app controls change size on production PC -
i'm developing small winforms app internal use. dev pc runs windows 7 of other team members (i.e. users of app) running windows 8.1. winforms controls render differently in windows 8.1 , causes problems such buttons cutting off text due size differences.
is there way see how app render in windows 8.1 on windows 7 dev pc? note i'm talking regular winforms app, not metro style app.
i'm developing in c# using visual studio professional 2013
edit
note have tried using https://github.com/viperneo/winforms-modernui , similar behaviour. have datetimepicker
next button
, make height's same. on windows 7 dev pc looks correct. when run on windows 8 "production" pc button height shorter datetimepicker
, things become misaligned in general , controls start partially overlap. screen resolutions of 2 pcs same
check see dpi setting all/each of users using. windows forms render differently each dpi scaling setting regardless if windows 7 or windows 8. takes fair bit of work in dev , testing each major dpi increment can done decent look.
Comments
Post a Comment