WPF schedule control

大城市里の小女人 提交于 2019-11-28 00:26:53

问题


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!


回答1:


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/



回答2:


codeplex has open source schedule control, see http://wpfschedule.codeplex.com/ But it has only daily view.



来源:https://stackoverflow.com/questions/4042478/wpf-schedule-control

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!