Wijmo UI for the Web
vScrollTo Method
wijmo.superpanel Namespace > wijsuperpanel type : vScrollTo Method
The position to scroll to.
A value that indicates whether y is value or pixel.
Scroll to vertical position.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var y; // Type:  number
    var isScrollValue; // Type:  bool
    
    returnsValue = $(".selector").wijsuperpanel("vScrollTo", y, isScrollValue);
});
function vScrollTo( 
   y : number,
   isScrollValue : bool
) : any;

Parameters

y
The position to scroll to.
isScrollValue
A value that indicates whether y is value or pixel.
See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget