开发者

Autocomplete combobox .net doesn't work

开发者 https://www.devze.com 2023-01-29 23:10 出处:网络
this should be a simple issue! :-) In a Winform I have a combobox that is populated at runtime, from a textfile, using LINQ code.

this should be a simple issue! :-)

In a Winform I have a combobox that is populated at runtime, from a textfile, using LINQ code.

The combo contains a list of countries.

I set DropDown style to "DropDown"

Autocompl开发者_开发知识库ete mode to SuggestAppend (or Suggest, it doesn't change the behavior for me) AutocompleteSource to ListItems

And when I run and enter some text in the form, NOTHING HAPPENS!

I must click the combo right arrow to see the list.

Any clue?

0

精彩评论

暂无评论...
验证码 换一张
取 消