wijmo.superpanel.wijsuperpanel Namespace > options type : listenContentScroll Option |
Default value: false
Determines if the native scroll events should be listened.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijsuperpanel("option", "listenContentScroll"); // Set value var newValue; // Type: boolean $(".selector").wijsuperpanel("option", "listenContentScroll", newValue); }); |
Javascript (Specification) | |
---|---|
var listenContentScroll : boolean; |