Switch that specifies whether the user can resize the tree pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AllowTreePaneWidthChange As Boolean
public bool AllowTreePaneWidthChange { get; set; }
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
.