Namespace Terminal.Gui.Trees
Classes
Delegates of this type are used to fetch string representations of user's model objects
Event arguments describing a change in selected object in a tree view
Simple class for representing nodes, use with regular (non generic) TreeView.
Defines rendering options that affect how the tree is displayed
Interfaces
Interface for supplying data to a TreeView<T> on demand as root level nodes
are expanded by the user
Interface to implement when you want the regular (non generic) TreeView
to automatically determine children for your class (without having to specify
an ITreeBuilder<T>)