Home > Net >  WinForm control to adapt to the resolution of problems
WinForm control to adapt to the resolution of problems

Time:01-12

I am DevExpress use of controls, in 1440 x900 resolution for painted on a desktop window page, feeling also is very suitable layout,
But in a resolution of 1920 x1080 notebook is running, the font is very small, in some places such as MemoEdit controls, font is very small, to use bad experience,
Is there any way to solve this problem or to improve this situation? How can let WinForm procedure do different resolution compatible?

CodePudding user response:

Winform is not suitable for adaptive screen, or Winform from the beginning of the design is not considered these, so Microsoft introduced a WPF to adapt to the multiresolution problem, you can set the window AutoScaleMode attributes to improve (but not necessarily better),

CodePudding user response:

Determine the resolution to change the font size yourself, don't always think about laziness
  •  Tags:  
  • C#
  • Related