ComboBox SuggestAppend not picking correct item
am 05.12.2007 10:31:39 von PieterHi,
The situation: .NET 2.0, Windows Forms: A comboBox with AutoCompleteMode =
SuggestAppend.
The problem: When you click on the little triangle on the right of the
ComboBox to show the ListItems, and than you enter a letter in the
Textbox-part of the ComboBox, the Suggest-list will apear. But: You can't
select an item of the Suggest-list! If you click on it, it picks the
underlying value in the ListItems....
The Suggest-list seems to work fine if you don't 'opn' the ComboBox, this
annoying behaviour happens only when the user clicked on it before to see
the ListItems.
Anybody has any idea how to fix this?
Thansk a lot in advance,
Pieter