Gets the current vertical scrollbar position in pixels.

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

Syntax

C#
public int ScrollY { get; }
Visual Basic
Public ReadOnly Property ScrollY As Integer
	Get
Visual C++
public:
property int ScrollY {
	int get ();
}

See Also