xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.9k stars 878 forks source link

[Suggest] TimeSpanUpDown With Hours >= 24 #1757

Closed tqk2811 closed 1 year ago

tqk2811 commented 1 year ago

Default: 1.12:32:21 is 1 day, 12 hours, .... I want a flag to show as 36:32:21

XceedBoucherS commented 1 year ago

Hi,

Have you tried setting the TimeSpanUpDown.ShowDays property to false ?

Thank you

zhongruijia commented 1 year ago

这里是郭瑞的邮箱,已收到您的来件,我会尽快拜阅并给予您回复

tqk2811 commented 1 year ago

Hi,

Have you tried setting the TimeSpanUpDown.ShowDays property to false ?

Thank you

oh it work, thanks