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
30
UltraTimeLineView Scrolling vertically when dragging appointment
posted

Hi!


I have two UltraTimelineViews, one for unassigned appointments, one for owners. I have implemented event handling for AppointmentsDragging, DragOver and DragDrop as I will permit or prohibit appointment drop according to the owner in question. How should I get the UltraTimelineView having owners to scroll up/down if all owners are not visible? The scrolling (when dragging) works in your sample, but not with overridden event handling..

  • 2575
    Offline posted

    Hello Juha,

    If the scrolling stops working when you've overridden it, please ensure that you are calling the base to preserve the original class's default behaviors when deriving.

    If you have already called the base and this is still occurring, I will need to reproduce the issue in order to investigate. Please provide a small, isolated sample project demonstrating the issue.

    Please let me know if I can assist you further.