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