Click or drag to resize

Internal.Aga.Controls.Tree Namespace

 
Classes
  ClassDescription
Public classAutoHeaderHeightLayout
Public classAutoRowHeightLayout
Public classDrawColHeaderBgEventArgs
Public classDropNodeValidatingEventArgs
Public classListModel
Public classNode
Public classSortedTreeModel
Public classTreeColumn
Public classTreeColumnEventArgs
Public classTreeListAdapter
Converts IEnumerable interface to ITreeModel. Allows to display a plain list in the TreeView
Public classTreeModel
Provides a simple ready to use implementation of ITreeModel. Warning: this class is not optimized to work with big amount of data. In this case create you own implementation of ITreeModel, and pay attention on GetChildren and IsLeaf methods.
Public classTreeModelBase
Public classTreeModelEventArgs
Public classTreeNodeAdv
Public classTreeNodeAdvMouseEventArgs
Public classTreePath
Public classTreePathEventArgs
Public classTreeViewAdv
Extensible advanced TreeView implemented in 100% managed C# code. Features: Model/View architecture. Multiple column per node. Ability to select multiple tree nodes. Different types of controls for each node column: CheckBox, Icon, Label... Drag and Drop highlighting. Load on demand of nodes. Incremental search of nodes.
Public classTreeViewAdvCancelEventArgs
Public classTreeViewAdvEventArgs
Public classTreeViewRowDrawEventArgs
Structures
Interfaces
  InterfaceDescription
Public interfaceIToolTipProvider
Public interfaceITreeModel
Delegates
Enumerations