wp7 智能列表搜索
WP7 是否有 SmartList 控件,以便用户键入时缩小列表中的选择范围?
Is there a SmartList control for WP7, so as the user types if narrows down what is in the list for selection?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
AutoCompleteBox,存在于 Silverlight for Windows Phone 工具包中,网址为 http://silverlight.codeplex.com/
AutoCompleteBox, present in the Silverlight for Windows Phone Toolkit available at http://silverlight.codeplex.com/
您还可以使用类似于此文章的 CollectionViewSource: http://www.geoffhudik.com/tech/2011/2/13/wp7-in-app-searching-filtering-part-ii.html
You can also use CollectionViewSource similar to this post: http://www.geoffhudik.com/tech/2011/2/13/wp7-in-app-searching-filtering-part-ii.html