DayPilot.Scheduler.scrollDelayCells

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

Default Value

0 

Example

{
  scrollDelayCells: 50,
  // ...
}