Version

moveItemIntoFocus Method

Scrolls the given ImageItem to the Alignment point specified on the control. This method will continuously perform a ScrollAnimation of type NextItem until the ImageItem is scrolled into alignment.
Syntax
ASP.NET Ajax Javascript (Specification) 
function moveItemIntoFocus( 
   imageItem : ImageItem
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNextItemAnimation.moveItemIntoFocus(ImageItem);

Parameters

imageItem
The ImageItem that should be scrolled into focus.
See Also