The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I''m having problems adding user controls to a themed TabControlAdv. The "themed background" of the tab page doesn''t show through on the user control. The background color on it is inherited from the tabpage though.
Any ideas?
I''m using the latest 2.0.1.0 beta btw.
SGSigurdur G. GunnarssonDecember 20, 2003 08:46 PM UTC
I got it to work by setting these properties in the user control :)
this.SetStyle( ControlStyles.SupportsTransparentBackColor, true);
this.BackColor = Color.Transparent;