We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

UserControls on TabControlAdv with themes

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.

1 Reply

SG Sigurdur G. Gunnarsson December 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;

Loader.
Live Chat Icon For mobile
Up arrow icon