在 Silverlight AutoCompleteBox 中接受多个项目
我有一个 Silverlight 4 应用程序。在此应用程序中,我使用 AutoCompleteBox。本质上,我正在尝试创建类似于 StackOverflow 上的“标签”自动完成框的功能。我可以成功让我的 AutoCompleteBox 为第一个项目工作。但是,我不知道如何实现分隔符并使下拉菜单出现在后续项目上。
有人可以帮我吗?
谢谢你!
I have a Silverlight 4 application. In this application I am using the AutoCompleteBox. Essentially, I am trying to create the functionality similar to the "Tags" autocomplete box on StackOverflow. I can successfully get the my AutoCompleteBox working for the first item. However, I do not see how to implement a seperator and make the drop down appear on subsequent items.
Can somebody please help me?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个水平列表框,其中包含自动完成框的列表框项目。
为了使其更容易,请跳过水平部分,直到功能正常工作为止。设置列表框的 ItemsPanel 样式可能会得到您想要的水平列表框。
Create a horizontal listbox with listboxitems of autocompleteboxes.
To make it easier, skip the horizontal part until you get the functionality working. Styling the ItemsPanel of the listbox will probably get you the horizontal listbox you will want.