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
195
How to give the default hightlight to an item that is the first one?
posted

Hi,

Usually if there are several items in a XamComboEditor control, it is the first one that is highlighted when the drop down box shows up.

Does XamComboEditor provide any property/function to specify other items than the first one that will be hightlighted when the dropdown box shows up?

Thank you.

Regards,

Frank

  • 6759
    Offline posted

    Hi Frank,

    there is no way you could manipulate the highlighted item when the dropdown is open. What you could probably do is to hook up to DropDownOpening event and if there is no selected item to select the item you want to be highlighted.

     

    Hope this helps,