Scroll not working when dragging tasks

I use order_branch config to drag and drop tasks (docs.dhtmlx.com/gantt/api__gantt … onfig.html). It works OK but I see I can’t scroll the chart when I’m dragging. So I can’t drag tasks out of visible area(top and bottom). How can I configure dhtmlxGantt to do this?

Hello,

You can drag task and scroll the mouse wheel at the same time.

But if I am not using any mouse. I am using laptop.
Can you please how to fix it?

I have looked everything but I am not able to figure it out why it is not happening.

Thanking you.

Hello,
I think it should work the same way as with the mouse. But if you specify the layout without the scrollbars, you won’t be able to scroll the grid or timeline at all. You can learn about the layout configuration in the following article:
https://docs.dhtmlx.com/gantt/desktop__layout_config.html

If you want to reorder tasks (move vertically) in the grid, the page should scroll, when you move the task row close to the top or bottom part of the grid.

If you want to move tasks horizontally, you probably want to increase the date range when you scroll it. Here is the snippet with that functionality:
https://snippet.dhtmlx.com/44qcunjc?text=gantt.%2Binfinite

If that doesn’t help you, please reproduce the issue in the following snippet, click on the “Share” button and send me the link:
https://snippet.dhtmlx.com/672ff07a7
I will try to reproduce it locally and see what might be wrong.