Completed
Last Updated: 24 Sep 2021 09:02 by ADMIN
Release R3 2021 SP1
Jana
Created on: 20 Sep 2021 10:39
Category: UI for WinForms
Type: Bug Report
2
RadForm doesn't apply StartPosition property at High DPI

When we have start position set to center screen:

            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

RadForm does not calculate the correct location of the form on HDPI devices.

0 comments