Version 14.1 using theme Office 2013 White.
One Ultralabel inside one UltraPanel. Asign the Ultrapanel to PopupControlContainerTool
When the Popup drop down:
1) the ultralabel appears with the text align center
2) If I set the ultralabel border as solid (black) it appears without border
With ultraLabel.UseAppStyling=false all is ok.
Thanks
Hello,
Thank you for your response.
You can follow the steps I gave previously, with the following modification. Instead of selecting the label-related role, select the "Navigation" tab in the preview canvas, hover over one of the tree nodes, and press 'C' to select the UltraTree. In the left-most property grid in the bottom panel you'll find the ResolutionOrder property.
In the same way (Office 2013 White ISL) ... what property should I change for set the color of TREENODE at code.
treenode...Override.NodeAppearance.ForeColor = X makes nothing because of the ISL
Thank you for contacting Infragistics.
As it turns out, a setting on the UltraLabelBase UI Role in the Office 2013 White ISL is causing this behavior. With that in mind, there are two ways you can get the behavior you want. Both ways require you to open the ISL in the AppStylist. Once you have the ISL open, find the UltraLabelBase UI Role in the tree on the left side of the window. When you select it, you'll see two tabs appear in the bottom panel: Properties and Common States. You'll want to select Properties. You'll see that the Border Style is set to None. To get the behavior you want, change it to Default.
Alternatively, you can select UltraLabel from under Component Role Settings in the tree on the left and in the Common Component Properties property grid at the bottom, change ResolutionOrder to ControlThenApplication.
Please let me know if you have any other questions about this.