Combobox selected item is not highlighted.

  • Thread starter Thread starter Academia
  • Start date Start date
A

Academia

I have a combobox that when it drops down the selected item is not
highlighted.

I'm guessing there is a property that controls this but can't find one.

Is there?

Should it always be highlighted?



Thanks
 
Academia said:
I have a combobox that when it drops down the selected item is not
highlighted.

I'm guessing there is a property that controls this but can't find one.

Windows Forms or Web Forms or WPF? How do you add the items to the control
('AddItem', data binding, data source, ...)? Are you sure an item is
already selected?
 
Herfried K. Wagner said:
Windows Forms or Web Forms or WPF? How do you add the items to the
control ('AddItem', data binding, data source, ...)? Are you sure an item
is already selected?

No, I was not. I was inadvertingly loading the combobox which deselected the
item.


thanks
 
Back
Top