AutoCompleteMode = SuggestAppend
AutoCompleteSource = ListItems
的设置只能实现从左到右的匹配。
如果要做成模糊匹配,应该如何实现?
http://stackoverflow.com/questions/26362806/how-to-suggestappend-a-combobox-containing-a-string
Request:
Search Term: "Sher"
Answer:
I did some research and found the following question:
Override Winforms ComboBox Autocomplete Suggest Rule
In that question they reffer to another question: