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
485
Panel in PopupControlContainerTool change Label Style
posted

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

Parents
  • 18495
    Verified Answer
    posted

    Hello,

    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.

Reply Children