Get a hierarchical view of your data items with ComponentOne TreeView™ for WPF. It's similar to the TreeView control available in the box, but provides more powerful features like auto-search, drag-and-drop and hierarchical templates.
Features
-
Drag-and-drop Nodes
C1TreeView supports drag-and-drop operations within the tree. Simply set the AllowDragDrop property to true and users will be able to reorder nodes within the tree by dragging them with the mouse. You can customize the drag/drop indicators.
-
Customizable Drag-drop Behavior
C1TreeView fires events during drag-drop operations so you can customize their behavior. For example, you can prevent some nodes from being dragged or some nodes from acting as drop targets.
-
Auto-search
With C1TreeView, you can easily jump to a letter in the node with auto-search. Just type a letter to go to a specific tree node.
-
Hierarchical Templates
You can use different templates for different node types without having to subclass the C1TreeViewItem class.
-
Editable Nodes
Provide editing functionality of node items using the customizable EditTemplate property.
-
Customizable Nodes
Node headers are content elements, so they can host any type of element. Add images, checkboxes, or whatever your application requires. Add textboxes to create an editable TreeView.
-
Keyboard Navigation
Use the cursor keys to navigate the nodes, expanding and collapsing them as you go. Or use the auto-search feature to find specific nodes quickly and easily.
-
Easily Change Colors with ClearStyle
C1TreeView supports ComponentOne ClearStyle™ technology which allows you to easily change control brushes without having to override templates. By just setting a few brush properties in Visual Studio you can quickly style each part of the control.