VB.net ComboBox auto drop down on input
问题 I want to create a ComboBox that automaitcally drops down the words containing the letter based on the input. My dropdownstyle is dropdown so the combobox has an input field. For example i would input the letter A or a I want the ComboBox to automatically dropdown the words which contains the letter A or a. The contents of the ComboBox are being set by myself manually. Is this possible? Thanks in advance. 回答1: You have to set these AutoCompleteMode: SuggestAppend AutoCompleteSource: ListItems