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
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,