autoscroll_speed

定义当拖动任务或链接超出当前浏览器视图时,自动滚动的速度(以毫秒为单位)

number autoscroll_speed;

Example

gantt.config.autoscroll = true;
gantt.config.autoscroll_speed = 50;
 
gantt.init("gantt_here");


Default value:

30
Details

此功能自版本 4.2 引入

“autoscroll”功能通过 autoscroll 选项进行控制。

See also
Back to top