As you can see on the attached image, our customer plan their tasks on a monthly view for as many resources as possible.
Since there are more than one thousand appointments visible, every operation like selection or navigation becomes very slow.
Rendering this amount of graphic takes time.
It takes approx. 12 seconds to navigate from left to right using the right arrow key. Also selecting several day cells takes too long.
I'm using an own DrawEvent method. I already changed the Canvas.DrawText to Windows.DrawText which is 40% faster.
Compared to your default rendering, my method takes 20-25% more time due to several graphical operations and because i also use
an own DrawContent method to colour weekends, holiday, background of resources groups, …
Is there a way to improve the speed of rendering?
Any suggestions appreciated
Jean-Luc