Sets or get the starting scroll position of the scrolling area (in hours). Does not apply when HeightSpec is set to HeightSpecEnum.Full or HeightSpecEnum.BusinessHoursNoScroll.

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

Syntax

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

See Also