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.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property Width As Integer
C#
public int Width { get; set; }

Property Value

Type: System.Int32

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