Autocomplete that looks for symbols a string contains rather than starts with
问题 I'm writing a program that at one point implements a TextBox with autocomplete. Currently, for purpose of simplicity I'm using CustomSource manually populated by several entries at design time. While autocomplete works fine, I'd like it to make suggestions that don't simply start with the currently entered text, but contain it at any position in the stored choices. For example, if words "globe", "lobe", and "glide" are the stored options, typing in "gl" correctly suggests both "globe" and