2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Screen resolutionTo set the resolution (100% or higher) as the screen size, the size and height controls have to be increased. The DpiAware property is enabled to true and it considers the pixel-wise increment. When the AutoScaleMode property of your form is set to AutoScaleMode.Dpi, it enables automatic scaling of the form and its controls designed on the machine with a certain display resolution.
C# //Sets the scaling mode this.AutoScaleMode = AutoScaleMode.Dpi; //Enables appearance settings this.gridControl1.DpiAware = true;
VB 'Sets the scaling mode Me.AutoScaleMode = AutoScaleMode.Dpi 'Enables appearance settings Me.gridControl1.DpiAware = True
Samples: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.