❔ Form size is different on different devices
I am making project in win forms app and when I make setup of it and install it on different device, the size of the form is different there. I tried putting AutoScaleMode to both dpi and font but it doesn't help. I guess it probably has to do something with dpi because it's different on that device but I don't know.
2 Replies
This is a common problem with scaling on high resolution devices, windows is frequently scaled up by default.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.