We setup the gantt library in our platform, so far works great.
I saw from the documentation that you can scroll the timeline by Shift + mouse wheel, which is good, but we would like also to be able to scroll it by pressing the mouse on the calendar and dragging it left / right. Can you give us some pointers on how should we approach it or if is possible ?
We just get the mouse position right after the click and detect how it changes. And we get the scrolling position. After that we add the difference between mouse positions to the scrolling position.
Please check the following snippet to see how it might work: snippet.dhtmlx.com/4908dd70d