Our app allows users to change StyleLibrary dynamically and it mostly works. I have several custom controls (the controls I have derived from System.Windows.Forms.UserControl and these controls seem to maintain their (gray) background color after I change the StyleLibrary (while the background color of Infragistics controls gets adjusted). Does anybody know how to get rid of it (and have the control show the right background color)? (transparency will not work because these controls are placed on a tab control). Or, is there Infragistics control that I could inherit instead of System.Windows.Forms.UserControl.
Hi,
Are you using the InboxControlStyler? If not, just drop one on the form and it should make as much of your style as possible apply to the form and .NET controls.
Andy.