setScrollPos Method
According to the scroll orientation sets the ImageViewer offsetLeft if Infragistics.Web.UI.Orientation.Horizontal is set, otherwise when Infragistics.Web.UI.Orientation.Vertical is used sets the offsetTop.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function setScrollPos(
: int
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfScrollHelper.setScrollPos(int); |