Where is the date picker in WinRT XAML?

2020-03-12 03:41发布

I see the date picker control in WinRT JavaScript/HTML5. Where is that control for XAML?

7条回答
The star\"
2楼-- · 2020-03-12 04:18

You can find the following control that looks like the same as the javascript one: https://mytoolkit.codeplex.com/SourceControl/changeset/view/25356#181302.

查看更多
迷人小祖宗
3楼-- · 2020-03-12 04:21

There is no date picker control in the standard Windows 8.0 toolbox. However, look at the Callisto for many handy WinRT XAML controls, including the date picker control. https://github.com/timheuer/Callisto

查看更多
三岁会撩人
4楼-- · 2020-03-12 04:22

Note that Win 8.1 includes built-in XAML controls for DatePicker, TimePicker. So if you retarget your project to target Win 8.1 you will now get these controls.

retargeting: http://msdn.microsoft.com/en-us/library/windows/apps/dn263114.aspx

查看更多
闹够了就滚
5楼-- · 2020-03-12 04:23

You can inspect our package of WinRT components. It contains date picker component as well as a lot of other UI components: radial and plain menus, color picker, rating controls and so on. And it's totally free btw ;).

查看更多
再贱就再见
6楼-- · 2020-03-12 04:24

At the moment, there isn't a official control for datetime picker in XAML. but it seem that microsoft will be coming up with one in the future. msdn

查看更多
在下西门庆
7楼-- · 2020-03-12 04:24

Syncfusion's WinRT Studio (Beta) includes a very, very good DatePicker and it's free to use.

http://www.syncfusion.com/products/winrt

查看更多
登录 后发表回答