Version

getScrollSize Method

According to the scroll orientation returns the ImageViewer scrollWidth if Infragistics.Web.UI.Orientation.Horizontal is set, otherwise when Infragistics.Web.UI.Orientation.Vertical is used returns the scrollHeight.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getScrollSize() : int;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfScrollHelper.getScrollSize();
See Also