I have a combobox control in my form. I have enabled autocomplete feature in suggest mode. By default, the control suggests all the strings which starts with the text the user have introduced. Is there any way to change this behavior to make the control suggest all the strings which contains current text?
I’m trying to avoid creating a custom control to make that.
I don’t believe so; documentation only mentions matching based on prefixes, and from my experience with the ComboBox I don’t believe it’s possible.