Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 WPF 文本框,我想在其中允许通过按 tab 键自动完成用户名。用户名保存在字符串列表中。
有没有比处理 TextBox 上的 KeyDown/Up/etc 事件更好的方法?这似乎效率低下。
不要重新发明轮子!
您可以使用以下内容:
http://gallery.expression.microsoft.com/WPFAutoCompleteBox/ -推荐!
http://www.codeproject.com/Articles/44920/A-Reusable-WPF-Autocomplete-TextBox
http://www.codeproject.com/Articles/26535/WPF-Autocomplete-Textbox-Control
http://wpfactb.codeplex.com/