The delay in milliseconds before the Scroll event is fired during scrolling (for DynamicLoading=true). Be careful with small (<500) values.

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

Syntax

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

See Also