Hi,
I'm using one of your style files in my app for the first time. One weired thing is that after the style has loaded there is no chance to change the i.e. TextHAlign für an UltraLabel.
It seems that the property is changed but nothing happens on the UI.
Is there any chance to get this working because on some conditions I need to change alignment and other stuff on controls.
Thank you in advance.
Herbert
Hello Herbert,
Thank you for posting in our forum.
Yes, you can apply styles both from App Stylist application and run time. What you need is to set the ResolutionOrder property in your ISL library file. In your case you may use ResolutionOrder set to ControlThenApplication. More about ResolutionOrder you may find by following the next link http://help.infragistics.com/Help/Doc/WinForms/2016.1/CLR4.0/HTML/Infragistics4.Win.v16.1~Infragistics.Win.AppStyling.ResolutionOrder.html
Please let me know if you need any additional information.
Thank you for using Infragistics Controls.
Hi Miko,
thank you for your information. This was what I was looking for.
Maybe you can ship you inbox styles with settings (i.e. ControlThenApplication) so that there is not need for any change and to avoid confusion on the customer side.
Best regards