"Academia" <academiaNOSPAM@a-znet.com> schrieb:
>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?

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Academia - 16 Oct 2007 15:29 GMT
> "Academia" <academiaNOSPAM@a-znet.com> schrieb:
>>I have a combobox that when it drops down the selected item is not
[quoted text clipped - 5 lines]
> 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