Table of Contents
AutoScroll Property

Specifies whether to apply scroll bars if a TreeView's content grows larger than the TreeView frame's dimension. Applying scroll bar will keep the TreeView dimension fixed.

Syntax
 public Boolean AutoScroll { get; set; }
Remarks

By default, the value is true.

Scroll bar appears automatically if a TreeView's content grows larger than the TreeView frame's dimension. If this value is false, TreeView frame's actual dimension will adjust if the content grows lager than the specified dimension.
See Also