开发者

WPF Datepicker scroll through dates in textbox

开发者 https://www.devze.com 2023-01-23 13:47 出处:网络
I would like to scroll using the arrow keys through the day month and year 开发者_如何学Pythonfields in the datepicker textbox.

I would like to scroll using the arrow keys through the day month and year 开发者_如何学Pythonfields in the datepicker textbox.

I am guessing this will be a two step solution: 1- break up month day year into individual fields that the user 'clicks' into. 2- once the user has focus of the either day year or month then they can use arrow keys to scroll up /down.

anyone done this before with wpf?


Found this project has a date time with up / down: http://wpftoolkit.codeplex.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消