views:

29

answers:

1

Hi,

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!

Thx in advance! Fred

A: 

Here is my original CodeProject article

And here is my remake

rudigrobler
Hi,Thx for your answer. I'll take a look at your work. What is the difference between the original and the remake? Thx Fred
Fred
Mainly support for Silverlight and WPF with the same code base!
rudigrobler