Unplanned
Last Updated: 29 Sep 2022 13:03 by ADMIN
erwin
Created on: 29 Sep 2022 05:39
Category: UI for WinForms
Type: Bug Report
1
TPF: Right anchored RadButton disappears in high dpi scenario

To replicate the missing button when the application is run on my main monitor with 150% DPI scaling:



If the RadControl.EnableRadAutoScale property is set to false in the Program.cs file, the button is placed as expected:



When I replace the form to inherit from RadForm, not the MS Form, the button is clipped:

Attached Files:
3 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 29 Sep 2022 13:03

Hello, Erwin,

Thank you for pointing this out. We will definitely consider it when addressing this item.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

erwin
Posted on: 29 Sep 2022 08:43
Also note that when EnableRadAutoScale is not set to false, the textboxes do not have the correct width.
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 29 Sep 2022 05:42

Hi, Erwin,

Currently, the possible solution that I can suggest is to set RadControl.EnableRadAutoScale property to false in the Program.cs file. Thus, the button is placed as expected:

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.