Class TreeView
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
Remarks
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.
- GetDemoKeyStrokes()
Returns a tuirec-format keystroke string for recording a demo GIF of this view. The string uses tuirec token syntax (e.g.
"wait:500,Enter,wait:800,Escape"). This is a new API added in v2 to support automated documentation generation.