views:

5638

answers:

4

Hi,

I'm looking for somthing I can use as a timeline control. A kind of "banner" the user can drag to the left or the right to go forward or backwards in time and then he or she should be able to select a point in time on that control.

A fancy datetime picker :-)

Any ideas?

+7  A: 

You can find TimeLine Panels here and here

And datetime picker here , I have personally used the datepicker from Kevin's Bag O tricks a lot

Jobi Joy
+2  A: 

There is a datetime picker and month calendar on the WPF Toolkit.

sacha
As far as I can tell the WPF Toolkit only has a Date Picker, not a DateTime Picker.And the Date Picker isn't production ready as it has a memory leak, read the Tips and Tricks
Scott
The memory leak was subsequently fixed, but well after Scott's comment. http://wpf.codeplex.com/releases/view/22567
Mike L
+6  A: 

Try this one also http://timeline.codeplex.com

andrew
It does make VS2010 crash though
TimothyP
+5  A: 

You are welcome to try my new TimelineControl. I've publish it in codeplex: TimelineControl

Ido.

Ido Ran
looks cool will try :D
TimothyP