getScrollPos Method
According to the scroll orientation returns the ImageViewer offsetLeft if Infragistics.Web.UI.Orientation.Horizontal is set, otherwise when Infragistics.Web.UI.Orientation.Vertical is used returns the offsetTop.
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function getScrollPos() : int; |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfScrollHelper.getScrollPos(); |