MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar.getScroll Method
See Also
 





Gets the current horizontal and vertical scroll offsets of the contents of the calendar.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getScroll ()

 Return Value

Type: Object
An object containing the current horizontal and vertical scroll offsets.

 Remarks

The returned object has the following structure: {scrollX: Number, scrollY: Number}.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace