I see the date picker control in WinRT JavaScript/HTML5. Where is that control for XAML?
相关问题
- Listview applies a check to other listview items h
- how to disable caching HTTP GET in metro app, I am
- ListView in a metro app does not get its vertical
- cant use store test kit while Working with SQLite
- Windows 8 app (html & Javascript) : alternate way
相关文章
- New Windows Application - What language?
- libxml2 missing for nokogiri gem on Windows 8 x64
- Building Windows 8 Metro App on Windows 7 with Vis
- Windows 8 & MySQL? What are my options?
- Visual Studio 2012 designer error
- Prevent the listview from scrolling to its top pos
- How to get the text of textbox to textblock in ano
- XAML grouped GridView/Semantic Zoom not displaying
You can find the following control that looks like the same as the javascript one: https://mytoolkit.codeplex.com/SourceControl/changeset/view/25356#181302.
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
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
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 ;).
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
Syncfusion's WinRT Studio (Beta) includes a very, very good DatePicker and it's free to use.
http://www.syncfusion.com/products/winrt