This documentation is for the old version. Go to the latest Upload Suite docs

TreePane.Width Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a width of the tree pane.

Syntax

PHP
public function getWidth() {
}

public function setWidth($value) {
}

Property Value

Type: integer

The width of the tree pane (in pixels). If you want to hide the tree pane, set this property to 0.

Default value is 200.

See Also

Reference