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
20
UI Glitch during Infragistics 10 Upgrade from Infragistics 2 version.
posted

Project Type          : Windows Forms Application using VS 2017

Original Project     : DotNet 3.5 and Infragistics 2

Upgraded Project :  DotNet 4.5.2 and Infragistics 10.2

 

After upgrading the Project to Infragistics 10.2, backcolour of the disabled Infragisics UltraTextEditor control is different as in the attached Picture, this case is same throughout the project for all forms.All controls which have Enabled=False, have a blue background however after version 10.2 the background is grey 

 

Is there any configuration change available to modify this Text Control UI property that will reflect throughout the project?

 

 

Parents
No Data
Reply
  • 4625
    Offline posted

    Hi Karthikeyan,

    Welcome to our forums!

    In order to apply and maintain easily appearance through all controls in specific project, you can use our application styling extension for Windows Forms. Great start to get familiar with it is through our documentation help at https://www.infragistics.com/help/winforms/styling-guide-getting-started

    UltraFormattedText editor has disable background appearance. Either you can change it through code behind or through the aforementioned styling extension, which is called AppStylist for Windows Forms and it is installed along with the controls set.

    When you create your specific style library matching your visual requirements, you can save it as .ISL filename, which is just XML file. The final step would be to load that ISL file and the right way to do it is described at https://www.infragistics.com/help/winforms/styling-guide-loading-a-stylelibrary

    Let me know if you need further assistance regarding this matter.

Children
No Data