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

ImageUploader.AllowTreePaneWidthChange Property

Switch that specifies whether the user can resize the tree pane.

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

Syntax

Visual Basic
Public Property AllowTreePaneWidthChange As Boolean
C#
public bool AllowTreePaneWidthChange { get; set; }

Property Value

A boolean value (true or false). If true, the user can move the splitter between the tree pane and folder/upload list. Otherwise the tree pane width is fixed (as specified with the TreePaneWidth property).

Default value is true.

Remarks

This property corresponds to AllowTreePaneWidthChange client-side property.

See Also

Reference