Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using DateTimePicker in my wpf application
i am able to get the date of a month in left side and right side i am able to see the time .
Every thing is perfect when Left side date picker time interval is 1 hour..

the layout is fine

but when the interval is 30 mins the time picker has a lot of values and the date is shown ugly .. i mean the layout is ugly

is there a way to add scroll bar in the time panel of date time picker??
please advise
Posted

1 solution

Here is one example that allows you to go... well, full WPF on WPF :)
http://msdn.microsoft.com/en-us/magazine/dd882520.aspx[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Aug-12 16:10pm    
Looks good, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900