Completed
Last Updated: 23 Apr 2020 16:12 by ADMIN
Release R2 2020 (LIB 2020.1.423)
Mark
Created on: 07 Apr 2020 07:16
Category: UI for WinForms
Type: Bug Report
0
RadPanel: visual glitch when AutoSize=true and Dock=Top

Please run the attached sample project and refer to the attached gif file.

Workaround:

        private void RadForm1_Load(object sender, EventArgs e)
        {
            this.Size = new Size(this.Width+1,this.Height);
            this.Size = new Size(this.Width - 1, this.Height);
        }

2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 22 Apr 2020 04:49

Hello, Mark,

The next official release R2 2020 is scheduled for the first part of May.

Meanwhile, feel free to use LIB 2020.1.423 where the fix was introduced. The following help article demonstrates how to get latest internal versions from your account: https://docs.telerik.com/devtools/winforms/installation-and-upgrades/latest-internal-builds 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Mark
Posted on: 21 Apr 2020 15:28

Can you let us know when the new version will be out that fixes this issue with the RadPanel showing transparent at unexpected times?