Wijmo UI for the Web
scrollable Option
wijmo.tabs.wijtabs Namespace > options type : scrollable Option

Default value: false

Determines whether to wrap to the next line or enable scrolling when the number of tabs exceeds the specified width.

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

Reference

options type
wijtabs jQuery Widget