WPF 的新 DateTimePicker?
是否有更新、更好的 DateTimePicker 可以类似于 WPF C# 的 Window 默认 DateTimePicker ?
是的,我知道这不是一个新问题。 有 WPF 工具包 和 所以。但这些都相当过时了(我发现的最新更新是 09 年的),而且我找不到任何更新的来源。有这个Avalon Library但是,无意冒犯,它有缺陷,丑陋且难以实现(也许对我来说),也很难单击文本框等。
是否有更新的、开源的或商业的 DateTimePicker?人们是否在 WPF 中托管其 DateTimePicker 表单控件?
Are there newer, and better DateTimePicker out there that can resemble more of Window's default DateTimePicker for WPF C#?
Yes, I know this is not a new question.
There are WPF Toolkits and SO. But these are fairly dated (latest update I found were from the 09) and I am not able to find any newer sources. There is this Avalon Library but, no offense, it's buggy, ugly and difficult to implement (for me perhaps), also difficult to click the textboxes etc.
Are there newer, open source or commercial DateTimePicker? Do people host their DateTimePicker Form Control in WPF?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请注意,您显示的很可能不是单个控件,而是控件的组合。在那里我看到一个月历控件、一个时间选择器和一个显示模拟时钟的自定义控件。
关于 WPF 控件,有大量的库和套件,可以提供您所需的任何内容,包括日期时间和时间选择器,例如 Telerik、Infragistic、DevExpress 等...
Note that what you are showing is most likely not a single control but a combination of controls. In there I see a month calendar control, a time picker and a custom control showing an analogic clock.
bout WPF controls there are tons of libraries and suites out there with anything you need including datetime and time pickers, for example Telerik, Infragistic, DevExpress etc...
图像中的时钟不属于时间控制的一部分。它只是一个时钟。
您可以查看Telerik 的商业控制
The clock in the image is not part of the time control. It is just a clock.
You could have a look at the commercial controls of Telerik