我想做一个在 textbox 上输入文字就提示的功能
就像就 google 打 y 会出现 yahoo 之类的提示
我在网上找到一个 library
https://github.com/Nimgoble/WPFTextBoxAutoComplete
但是在第三个步骤卡住了
3.Create a textbox and bind the "AutoCompleteItemsSource" to a collection of
IEnumerable<String>
不知道要怎么进行下一步
我看官方教学
https://docs.microsoft.com/zh-tw/dotnet/api/system.collections.ienumerable?view=netframework-4.8
点击 textbox 的时候 在命令列有出现 John Jim Sue
但是没有出现提示 不知道哪里错误
以下是程式码
https://github.com/BudinMilk/textbox_autocomplete/tree/master/textbox_autocomplete
请大家指点 谢谢