Version

getNextCurrentItemSize Method

According to the scroll orientation returns the next current item DOM element Width if Infragistics.Web.UI.Orientation.Horizontal is set, otherwise when Infragistics.Web.UI.Orientation.Vertical is used returns the Height of the next current item.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getNextCurrentItemSize() : int;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfScrollHelper.getNextCurrentItemSize();
See Also