onGanttScroll

当甘特图滚动到特定位置时触发

void onGanttScroll(number left,number top);
leftnumber水平滚动位置
topnumber垂直滚动位置

Example

gantt.attachEvent("onGanttScroll", function (left, top){
    // 在这里添加任何自定义逻辑
});

See also
  • API
  • Articles
  • Back to top