Version

update Method

Cuases the ScrollHelper to update its settings.
Syntax
ASP.NET Ajax Javascript (Specification) 
function update( 
   direction : ScrollNavigationDirection,
   orientation : Orientation,
   wrap : Boolean
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfScrollHelper.update(ScrollNavigationDirection,Orientation,Boolean);

Parameters

direction
The direction in which the scroll should occur
orientation
Specifies the scroll bar orientation for the Scroll event.
wrap
Indentifies whetether or not the content wraps within the ImageViewer
See Also