19

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?

TimothyP
  • 21,178
  • 26
  • 94
  • 142

4 Answers4

11

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

Ido.

Community
  • 1
  • 1
Ido Ran
  • 10,584
  • 17
  • 80
  • 143
  • Hi, I am currently trying to use this timeline control, is there any basic documentation on how to use it? Thanks. – HelpMePlz Nov 28 '17 at 19:58
  • 1
    Hi @HelpMePlz, nice to see this work still help you. There is limited docs in the documentation tab, that's about it. https://timelinecontrol.codeplex.com/documentation – Ido Ran Nov 28 '17 at 20:46
  • Hi @IdoRan, I noticed on the codeplex site there is a screenshot of a timeline control test application, is this application on github or anywhere else so that i would be able to understand how to use it better? Thanks. – HelpMePlz Nov 29 '17 at 21:06
  • 1
    It the application in the MTest project - it stands for Manual Test of the control, you can see there example of how to use the control – Ido Ran Nov 30 '17 at 11:27
  • 1
    I've copy the project to Github because Codeplex is going down https://github.com/ido-ran/WpfTimelineControl – Ido Ran Nov 30 '17 at 11:28
9

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

andrew
  • 136
  • 1
  • 2
7

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
  • 49,102
  • 20
  • 108
  • 119
2

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

Sacha Bruttin
  • 4,083
  • 2
  • 21
  • 17
  • 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 Dec 22 '08 at 22:36
  • The memory leak was subsequently fixed, but well after Scott's comment. http://wpf.codeplex.com/releases/view/22567 – Mike L Jul 31 '10 at 02:35