Wijmo UI for the Web
scrollValueToPx Method
wijmo.superpanel Namespace > wijsuperpanel type : scrollValueToPx Method
value.
Scrolling direction. Options are: "h" and "v".
Convert scroll value to pixel. For example, scroll value is 1 which makes wijsuperpanel scrolled 50px after conversion.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var scroll; // Type:  number
    var dir; // Type:  string
    
    returnsValue = $(".selector").wijsuperpanel("scrollValueToPx", scroll, dir);
});
function scrollValueToPx( 
   scroll : number,
   dir : string
) : any;

Parameters

scroll
value.
dir
Scrolling direction. Options are: "h" and "v".
See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget