Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF schedule control

I'm looking for a very simple schedule control for WPF. What I need is something like daypilot or the Outlook scheduler but with minimal functionality. I simply want to show a day separated in 24 interval (one for each hour). Inside these 24 hours, the user has to define events/task, non-overlapping each other. That's for theory. Practically, I want to write a control where the user can define inside a day and for each day a week, how much a kWh of electricity costs.

I found a lot of samples, but most of them are very complex, or simply doesn't work!

like image 823
Fred Avatar asked Oct 28 '10 11:10

Fred


1 Answers

Here is my original CodeProject article

  • http://www.codeproject.com/KB/WPF/WPFOutlookCalendar.aspx
  • http://www.codeproject.com/KB/WPF/WPFOutlookCalendar2.aspx

And here is my remake

  • http://rudigroblerwp.wordpress.com/2011/09/27/timeslotpanel/
  • http://rudigroblerwp.wordpress.com/2011/09/27/who%E2%80%99s-the-boss/
like image 128
rudigrobler Avatar answered Sep 22 '22 02:09

rudigrobler