Version

getNextCurrentItemPos Method

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