DayPilot.Gantt.scrollDelayCells

The scrollDelayCells property (number) specifies the debouncing delay that is applied by the JavaScript Gantt Chart to cell rendering during scrolling (in ms).

When the value is set to 0, the cells will be rendered synchronously.

Default Value

0 

Example

{
  scrollDelayCells: 50,
  // ...
}