Wijmo UI for the Web
hScrollTo Method
wijmo.superpanel Namespace > wijsuperpanel type : hScrollTo Method
The position to scroll to.
A value that indicates whether x is value or pixel.
Scroll to horizontal position.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var x; // Type:  number
    var isScrollValue; // Type:  bool
    
    returnsValue = $(".selector").wijsuperpanel("hScrollTo", x, isScrollValue);
});
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.
See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget