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

Default value: true

This value determines whether to raise the mouse wheel event when wijsuperpanel is scrolled to the end.

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

Reference

options type
wijsuperpanel jQuery Widget