Version

movePrevItem Method

Moves to previous ImageItem at specified position and make it current.
Syntax
ASP.NET Ajax Javascript (Specification) 
function movePrevItem( 
   newScrollPos : Int
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfScrollHelper.movePrevItem(Int);

Parameters

newScrollPos
The position where to move
See Also