Table of Contents

Class TreeView

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Convenience implementation of generic TreeView<T> for any tree were all nodes implement ITreeNode. See TreeView Deep Dive for more information.

public class TreeView : TreeView<ITreeNode>, IDisposable, ISupportInitializeNotification, ISupportInitialize, ITreeView, IDesignable
Inheritance
TreeView
Implements
Inherited Members
Extension Methods

Constructors

TreeView()

Creates a new instance of the tree control and initialises TreeBuilder<T> with default ITreeNode based builder.

Methods

EnableForDesign()

Causes the View to enable design-time mode. This typically means that the view will load demo data and be configured to allow for design-time manipulation.