Wijmo UI for the Web
hScrollTo Method
The position to scroll to.
A value that indicates whether x is value or pixel.
Scroll to horizontal position.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijsuperpanel();
var value; // Type: any

// Parameters
var x; // Type:  number
var isScrollValue; // Type:  bool

value = instance.hScrollTo(x, isScrollValue);
Javascript (Specification) 
function hScrollTo( 
   x : number,
   isScrollValue : bool
) : any;

Parameters

x
The position to scroll to.
isScrollValue
A value that indicates whether x is value or pixel.
Browser Compatibility
7
5
5

See Also

Reference

wijsuperpanel type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.