有谁知道 WPF 组件的作用类似于 gmail 字段?
其中“收件人”字段是一个文本框,还包含一个下拉列表,每个新联系人都会添加到文本字段中?类似于 facebook to 字段,为每个接收者创建一个框。
有这样的库或组件吗?
谢谢
Where the To-field is a textbox that also contains a dropdown, where each new contact is added to the text field? Similar to the facebook to field, where a box is created for each receiver.
Is there such a library or component out there?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要看看最新的 WPF 工具包,他们就引入了 AutoCompleteTextBox。
http://wpf.codeplex.com/releases/view/40535
just look at the Latest WPF Toolkit they have introduced AutoCompleteTextBox.
http://wpf.codeplex.com/releases/view/40535