DayPilot.Scheduler.dynamicEventRenderingMargin

The dynamicEventRenderingMargin property (number) specifies the size of the buffer (in pixels) that will be rendered beyond the JavaScript Scheduler viewport when progressive event rendering is enabled.

See also:

Declaration

DayPilot.Scheduler.dynamicEventRenderingMargin (integer)

Default Value

50

Example

Scheduler config:

{
  dynamicEventRenderingMargin: 200,
  // ...
}