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..
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.