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
140
Applying an existing style library to my application
posted

I have applied an existing style library to my application (picture below) using AppStylist and this has worked with the ribbon control (ie black and silver style not windows default blue).

However it has had no effect on my mdi form or its controls. Can anyone tell me the quickest way to apply the style library to all my forms?

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    Application Style Libraries apply to the entire application. If the controls on your form are not affected, then either:

    • There is no styling information for those control in the isl file you loaded.
    • The controls are inbox control (not Infragistics controls) and you did not place an InboxControlStyler component on your form.
    • The controls have UseAppStyling turned off, or perhaps have a StyleLibraryName or StyleSetName property setting.
Children