Completed
Last Updated: 23 Apr 2020 16:12 by ADMIN
Release R2 2020 (LIB 2020.1.423)
Ziad
Created on: 26 Feb 2020 07:15
Category: UI for WinForms
Type: Bug Report
0
RadGridView: saving the layout stored the columns' width scaled according to the DPI scaling

Populate a RadGridView with data, move the form to a monitor with greater than 100% DPI scaling. Save the layout and then load it again. You will notice that the columns' width is increased each time.

Workaround:

    Sub New()
        RadControl.EnableDpiScaling = False
        InitializeComponent()
    End Sub
0 comments