Wijmo UI for the Web
customScrolling Option
wijmo.superpanel.wijsuperpanel Namespace > options type : customScrolling Option

Default value: false

Determines if use custom scrolling.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijsuperpanel("option", "customScrolling");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijsuperpanel("option", "customScrolling", newValue);
        
});
var customScrolling : boolean;
See Also

Reference

options type
wijsuperpanel jQuery Widget