This is a migrated thread and some comments may be shown as answers.

RadPanel transperancy issue

1 Answer 108 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Karoon
Top achievements
Rank 1
Karoon asked on 30 Jul 2019, 06:03 PM

Hi,

I have a TableLayoutPanel that is divided to 3 rows. Each row contains a RadPanel.

Only the middle one is causing transparency issue because it's not filled with controls.

how can I get rid of this issue?

Thanks,

Karoon

1 Answer, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 01 Aug 2019, 12:39 PM
Hello, Karoon,

According to the provided information, I have created a sample project but I was not able to reproduce the observed behavior on my end.

I have attached my sample project for your reference. Could you please specify the exact steps how to reproduce the problem? Feel free to modify it in a way to reproduce the experienced issue and get back to me with it so I can investigate the precise case. Thank you in advance.

Currently, I can suppose to use the alpha component of the Color if you want to change transparent color of the RadPanel:

this.radPanel2.BackColor = Color.FromArgb(0, 0, 0, 0);

Thank you in advance. I am looking forward to your reply. 

Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Karoon
Top achievements
Rank 1
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or