Class TreeView
Convenience implementation of generic TreeView<T> for any tree were all nodes
implement ITreeNode.
See TreeView Deep Dive for more information.
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class TreeView : TreeView<ITreeNode>, IDisposable, ISupportInitializeNotification, ISupportInitialize, ITreeView
Constructors
| Edit this page View SourceTreeView()
Creates a new instance of the tree control with absolute positioning and initialises
TreeBuilder<T> with default ITreeNode based builder.
Declaration
public TreeView()