Can we use Horizontal scroll in the timeline view in Dhtmlx scheduler 4.4 version?
Hello,
unfortunately, dhtmlxScheduler v4.4 does not support horizontal scrolling in the Timeline. This feature was added to the scheduler only starting with version 5.1. There is no simple way to implement it as it would require modifying the source codes of the component. In order to use the built-in horizontal scrolling property in Timeline view, the best way is to update the Scheduler version up to 5.1 or higher. After updating, you will be able to add scroll using the scrollable
property when creating a timeline via createTimelineView
method. You can read in more detail at the link:
https://docs.dhtmlx.com/scheduler/timeline_view.html#horizontalscroll
Hi i am using scheduler_5.3.9_ultimate version but unable to get horizontal scrolling in the Timeline tree view.
please help ASAP.
Thanks in advance.
Could you please share the UI once, how does it look? I have implemented the horizontal scroll for the timeline view and it is working really well with dhtmlx scheduler 5.3.9 version.