DayPilot.Scheduler.scrollDelayEvents

The scrollDelayEvents property (number) specifies the debouncing delay that is applied by the JavaScript Scheduler during event rendering (in ms).

See also Scrolling Performance in the documentation.

Default Value

200

Example

Scheduler config:

{
  scrollDelayEvents: 100,
  // ...
}