wijmo.superpanel.wijsuperpanel Namespace > options type : customScrolling Option |
Default value: false
Determines if use custom scrolling.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijsuperpanel("option", "customScrolling"); // Set value var newValue; // Type: boolean $(".selector").wijsuperpanel("option", "customScrolling", newValue); }); |
Javascript (Specification) | |
---|---|
var customScrolling : boolean; |