In VB.NET for the combo box, I have set the autocomplete mode to "SuggestAppend" and autocomplete source to "ListItems". Its working as expected. But the width of the autosuggest dropdown box is not same as that of combo box and so it looks weird.
I tried changing the value dropdown width property but it changes the value of normal dropdown box (seen after clicking down arrow on combobox), and not the autosuggest dropdown box.
So what code or property needs to be set to make autosuggest dropdown box the same width as that of combobox width?