DayPilot.Gantt.scrollDelayTasks

The scrollDelayTasks property (number) specifies the debouncing delay that is applied by the JavaScript Gantt Chart during task box rendering (in ms).

Default Value

200

Example

Gantt Chart config:

{
  scrollDelayEvents: 100,
  // ...
}