|
-
Dec 10th, 2023, 09:09 AM
#11
Re: ComboBoxW text replacing bug
 Originally Posted by Mith
The problem with .AddItem is fixed with the new update.
But when i open the dropdown-list the text still got replaced.
It looks like after opening the drop-down list, some kind of "autocomplete" is triggered and the control searches all items for a match to the text and then replaces it.
Any idea how to deactivate the auto-complete feature?
The MS control behaves the same. This "feature" can be deactivated by only blocking LB_FINDSTRING and returning -1.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|