Oyiwai
Oyiwai

Reputation: 471

TimePicker in a {minutes:seconds} format

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

Answers (2)

Oyiwai
Oyiwai

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

Dave_cz
Dave_cz

Reputation: 1210

There is clearly such control used in pre-installed timer app:

enter image description here

Upvotes: 0

Related Questions