Declined
Last Updated: 15 Dec 2017 09:49 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 25 Sep 2017 09:31
Category: Form
Type: Bug Report
1
FIX. RadForm - scaling is not performed correctly when showing a secondary form on Windows 10 with .NET 4.7 and increased DPI
Please refer to the attached sample project.
 
Workaround: Initialize the form just before showing it.
1 comment
ADMIN
Ivan Petrov
Posted on: 12 Dec 2017 12:54
As a general, it is advisable to declare DPI awareness for an application in its manifest file. Applications, that declare DPI awareness in the config file and that run on Windows versions 8 and above, must declare their compatibility with that version of the Windows in order for DPI related APIs to work properly. In the current instance, the manifest file is missing and this is the cause of the wrong scaling behaviour.