DayPilot.Scheduler.dynamicEventRenderingMarginY

The dynamicEventRenderingMarginY property (number) specifies the extra vertical margin (in pixels) that is added to the current JavaScript Scheduler viewport during progressive event rendering. The Scheduler renders events in the current viewport including the margin. The margin is added in both directions (top and bottom). If specified, this value overrides dynamicEventRenderingMargin.

Default Value

null

Example

dp.dynamicEventRenderingMarginY = 200;