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)
Version: 3.5.2.0

Syntax

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