在 WP7 中实现下拉框的正确方法?
我见过两种方法。
伪造 ASP.NET stlye 并使选项显示在同一屏幕上的文本框上。
触摸该框后,会打开一个新屏幕,您可以滚动浏览所有选项并选择一个。选择其中一项后,该值将复制到原始屏幕上的占位符。
我正在做一个项目,我们正在做#1,我认为#2是正确的方法?
I have seen 2 ways.
Fake a ASP.NET stlye and have the options appear over a textbox on the same screen.
When the box is touched open a new screen that lets you scroll through all options and pick one. When one is selected that value is copied to the placeholder on the orginal screen.
I am working on a project where we are doing #1 and I am thinking #2 is the proper way ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您希望匹配 WP7 范例(您应该希望这样做:),请使用 silverlight 工具包中的
ListPicker
)Silverlight 工具包
Use
ListPicker
from the silverlight toolkit if you're looking to match the WP7 paradigm (which you should want to :) )Silverlight Toolkit
这些其他 stackoverflow 问题可能会提供一些见解(可能重复?):
如何在 wp7 中获取类似菜单的下拉菜单?
Windows Phone 下拉菜单
在提问之前,不要忘记使用右上角的搜索功能!
These other stackoverflow questions may provide some insight (possible duplicate?):
How to get dropdown like menu in wp7?
Windows Phone Dropdown
Don't forget to use the search function at the top right hand before asking a question!