Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
xamDayView is opening very slow
posted

Hi,


We are using the XamOutlookCalendarView. Users can add calendars at runtime and opening the window with a lot calendars open is very slow. I tried to isolate the problem by stripping everything, so I created a test app that only contains this control and adds data with a simple for loop. In attached scenario the test app created 30 calendars with 30 appointments each. Filling the control with this data takes about 8 seconds! Ihave attached a screenshot of the calendar and the visual studio profiling result. I shows that a lot time is consumed by the GridBagPanel.MeaseOverride. Do you have any ideas to make this faster?

screenshots.zip
Parents
No Data
Reply
  • 138253
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into it and I can say that the visual elements that represent the appointments are complex controls and it takes time for the WPF rendering system to draw them. If you want I can log a Product idea for an Async loading of the Calendars and their items.

     

    Looking forward for your reply.

Children