Masked Time control in WPF

Posted by Ashish Ashu on Stack Overflow See other posts from Stack Overflow or by Ashish Ashu
Published on 2010-04-19T11:47:02Z Indexed on 2010/04/19 11:53 UTC
Read the original article Hit count: 780

Filed under:
|
|

We are in need of a control in which we can show the elapsed time in "Hour:Min:Sec" format. This control should have a spin control attached with it. Whenever we spin the spin window, it should increment the selected option ( Either hour, or min , or sec). Also the Hour may have values between 0 to 99 , Min many have values between 0 to 59 and Sec may have values between 0 to 59.

Is anybody know this type of control in WPF?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-controls