What is currently the best, free time picker for WPF?

后端 未结 4 429
生来不讨喜
生来不讨喜 2020-12-04 20:17

I\'m looking for a simple time picker control for WPF.

  • I\'ve found this one:

http://marlongrech.wordpress.com/2007/11/18/time-p

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 20:56

    I like the controls from the extended WPF toolkit: Link to source code on github

    In the package, the DateTimeUpDown is contained which can be used for your purpose. If you don't want to use the Date part of it, you can set the Format to "ShortTime" or whatever format you wanna have.

    Hope that helps.

提交回复
热议问题