I would like to adjust the width of the Autocomplete text box popup. I do not want to adjust the width of this text box, but only the Autocomplete popup menu. I know that I cannot increase the width of the Autocomplete drop-down list using the properties provided with the text box.
Therefore, I wanted to know if there is a way to get a handle to this autocomplete field, and then increase the width of this drop-down list without changing the width of the text field?
If this is not possible, I would like to create my own autocomplete text box, in this case, how to use the existing autocomplete functions provided by Microsoft? Is there any way to do this. Are there libraries for this?
source
share