Interface ITreeView
Interface for all non-generic members of TreeView<T>. See TreeView Deep Dive for more information.
public interface ITreeView
Properties
- Style
Contains options for changing how the tree is rendered.
Methods
- ClearObjects()
Removes all objects from the tree and clears selection.
- SetNeedsDraw()
Sets a flag indicating this view needs to be drawn because its state has changed.