Wijmo UI for the Web
treePanelWidth Option
wijmo.fileexplorer.wijfileexplorer Namespace > options type : treePanelWidth Option

Default value: 200

A value that determines the width of the TreeView.

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

Reference

options type
wijfileexplorer jQuery Widget