Table of Contents

Class TreeView

Namespace
Terminal.Gui
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
Inheritance
TreeView
Implements
Inherited Members

Constructors

TreeView()

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