Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Changing StyleLibrary
posted

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.

Parents
No Data
Reply
  • 990
    posted

    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.

Children
No Data