In vb
, I have combo box bonded to Binding source, have DisplayMember
and ValueMember
. It servs to choose record that will be displayed on form. To make it autocomplete I made autocompleteCollection
and set as custom source. Everything works fine, just when I choose font for combo box, list of items on combo box is with one font and list with auto search use different font. I don't know how to make to use the same font. Any help appreciated.
vb.net - Autocomplete combobox - Stack Overflow
评论列表(0)
- 暂无评论