ComboBox with DropDownList Typing search

80780798 1 Reputation point
2022-12-09T10:53:24.26+00:00

Good Morning!
I use VB 2017 with Framework 4.72.
When the user types a letter, the combobox positions it on the first line that has the initial letter. But, when you quickly type another letter, it is positioned on the line that contains the letter and does not look for the second letter. In aspx on the web, the combobox works by searching for the complete word.
Question: How to make a combobox with dropdownlist look for the first letters of a word when we type quickly?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 80780798 1 Reputation point
    2022-12-13T13:06:37.06+00:00

    I did .....

    Thats necessary set the AutoCompleteMode for Append and AutoCompleteSource for ListItems.

    Thank You.

    0 comments No comments