Version

moveNextItem Method

Moves to next ImageItem at specified position and make it current.
Syntax
ASP.NET Ajax Javascript (Specification) 
function moveNextItem( 
   scrollPos : int
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfScrollHelper.moveNextItem(int);

Parameters

scrollPos
The position where to move
See Also