Interface ITreeView
Interface for all non generic members of TreeView<T>.
See TreeView Deep Dive for more information.
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public interface ITreeView
Properties
| Improve this Doc View SourceStyle
Contains options for changing how the tree is rendered.
Declaration
TreeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
TreeStyle |
Methods
| Improve this Doc View SourceClearObjects()
Removes all objects from the tree and clears selection.
Declaration
void ClearObjects()
SetNeedsDisplay()
Sets a flag indicating this view needs to be redisplayed because its state has changed.
Declaration
void SetNeedsDisplay()