I don't see a forum for this control. So I assume this is where to ask questions about it. I copy pasted your sample code into a new wpf project. I then created a backing view model and assigned it as the datacontext to the mainwindow. I created a Tasks property with type List<Task> and a Resources property with type List<Resources>. From what I understand the only thing you need to do to see the control is the resources property. All I'm seeing is a scrollbar that shows a date tooltip. Where is the month view?
Hello Walter and thank you for posting!
When the resources are created the month view should be linked to the each of type in the viewmodel so it is notified which elements corresponds to the resources, appointments, tasks, etc. I have shared a sample application that illustrate this. Please feel free to have a look at it and let me know if you have any other questions.
BTW, I did initialize the lists and actually created 1 task. Not sure what to put in the resource list...