Skip to content

Guidelines: UI design

Igor Velikorossov edited this page Jun 29, 2019 · 1 revision

All changes to UI (e.g. Form and UserControl) must be done at 100% scale factor.

If you run Windows at a different scale factor you have the following options:

  1. Reset Windows to 100% scale factor, or
  2. Run Visual Studio without scaling.

Run Visual Studio without scaling

Typically Visual Studio will detects that an OS is run at a custom SF and prompts to restart:
image

If Visual Studio doesn't prompt to do so, you can force it yourself with /noscale:
image

See also: https://docs.microsoft.com/en-us/dotnet/framework/winforms/disable-dpi-awareness-visual-studio

Clone this wiki locally