Reputation: 471
I need to implement a timepicker in a {minutes:seconds} format. Seems like neither the DatePicker nor the TimePicker allow for seconds..
So it leaves me wondering- is there a good custom control for minutes:seconds out there I could use? Would it be possible to adjust/morph TimePicker to my needs?
Upvotes: 0
Views: 1206
Reputation: 471
http://blogs.msdn.com/b/mim/archive/2013/04/16/winrt-create-a-custom-itemspanel-for-an-itemscontrol.aspx ^ supplies a code- I'm implementing it now- will update once I tinker with it a little.
Upvotes: 1