Version

setWrap Method

Use the Wrap property to specify whether the images automatically continues on the next line when reach the end of the control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setWrap( 
   wrap : Boolean
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragScroll.setWrap(Boolean);

Parameters

wrap
The value to be set
See Also