Enables or disables autoscroll when hovering the scheduler edges.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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