J
janezcas
Hi,
I have noticed the following problem with the combobox:
1. Put combobox on the form.
2. Add couple of items, two of them should be the same. For example,
add the following items:
- Sam
- John
- Peter
- John
- Michael
3. Now run the project and select the second John with the dropdown
(fourth item in the combobox). John is now selected in the combobox.
4. Now open the dropdown again. The first John is selected (second
item in the combobox). It seems that it is impossible to select
anything but the first item among the multiple same items. If
DropDownStyle is set to DropDownList, it works OK.
Any workaround?
I am using .NET Framework 2.0.
I have noticed the following problem with the combobox:
1. Put combobox on the form.
2. Add couple of items, two of them should be the same. For example,
add the following items:
- Sam
- John
- Peter
- John
- Michael
3. Now run the project and select the second John with the dropdown
(fourth item in the combobox). John is now selected in the combobox.
4. Now open the dropdown again. The first John is selected (second
item in the combobox). It seems that it is impossible to select
anything but the first item among the multiple same items. If
DropDownStyle is set to DropDownList, it works OK.
Any workaround?
I am using .NET Framework 2.0.