DayPilot.Scheduler.scrollDelayFloats

The scrollDelayFloats property (number) specifies the debouncing delay that is applied by the JavaScript Scheduler when updating floating events and floating time headers during scrolling (in ms).

See also Scrolling Performance in the documentation.

Default Value

0 

Example

Scheduler config:

{
  scrollDelayFloats: 100,
  // ...
}