Hi, Davide,
Thank you for bringing this to our attention. Currently, due to the specificity of the DPI scaling, the possible solution that I can suggest is to set the WindowState to Maximized in the form's Shown event:
Private Sub RadForm1_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
Me.WindowState = FormWindowState.Maximized
End Sub
I hope this helps.
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/.