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
80
UltraComboEditor Highlighting
posted

I have a UltraComboEditor with the DropDownStyle property set to DropDown.

When I traverse through the drop down list via the up / down arrows the item currently selected in the drop down appears highlighted in the text editor above the drop down.  I did not see a way to turn off this highlighting.

Parents
No Data
Reply
  • 69832
    Offline posted

    You should be able to switch that off using AppStyling; the role name is 'ValueListItem', so you would set the BackColor of the appearance for the selected state to Color.Transparent, and the ForeColor to SystemColors.WindowText.

Children