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: 4.0.1172.0

Syntax

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

See Also