微调控制
有谁知道像我们在 Android/iPhone 应用程序中经常看到的那样的微调控件。像这样的东西:
它不一定是免费的。
Does anyone know of a spinner control like the one we often see in android/iphone apps. something like this:
It doesn't have to be free.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 SpinDotters,网址为 http://spindotters.codeplex.com/
这里有 WPF 的源代码和演示、SL 和 Phone7。
您需要对其进行一些自定义才能完全获得您想要的内容,但这可能是一个很好的起点。例如,您可以组合几个 NumericUpDown 控件...“旋转”。
Take a look at SpinDotters at http://spindotters.codeplex.com/
There's source and a demo for WPF, SL, and Phone7.
You'd need to customize it a bit to get exactly what you want, but it could be a good starting point. e.g. you could combine several of the NumericUpDown controls...which "spin".