The delay in milliseconds before the events are rendered during scrolling (for DynamicEventRendering="Progressive").

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public int ScrollDelayTasks { get; set; }
Visual Basic
Public Property ScrollDelayTasks As Integer
	Get
	Set
Visual C++
public:
property int ScrollDelayTasks {
	int get ();
	void set (int value);
}

See Also