Enables or disables autoscroll when hovering the scheduler edges.

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

Syntax

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

See Also