DayPilot.Gantt.scrollDelayFloats

The scrollDelayFloats property (number) specifies the debouncing delay that is applied by the JavaScript Gantt Chart when updating floating task and time header labels during scrolling (in ms).

Default Value

0 

Example

Gantt Chart config:

{
  scrollDelayFloats: 100,
  // ...
}