About
ComponentOne TreeView for WinForms manages hierarchical data through nodes that can be selected, edited, and used to display simple text, images, and other .NET elements such as check boxes.
Key Features:
- Allow users to implement node items as check-boxes, icons, multiple icons or text.
- Edit a node simply by setting the AllowEditing property to True and pressing F2 after selecting the node.
- Enable users to drag nodes to new positions within the tree. Nodes can be dragged to a position below, above or into a child of other nodes.
- The load-on demand feature in TreeView helps reduce performance and memory costs when all the nodes are loaded at once.
- The RTL support feature in TreeView allows the content to flow from right to left.
- Allow users to export and import data to and from an XML files.
- You can manually create a tree of nodes at design-time as well as run-time, thereby representing any data in a hierarchical form.
- You can bind TreeView to multiple tables with hierarchical relations to display hierarchical data.
- TreeView uses C1ThemeController and offers theme support.
- Support both keyboard and mouse navigation of nodes. In addition, the control supports single and multiple node selection.
- Access collection editors right from the design form using Smart tag and context menu.
- Allow expand either a single node or all nodes in the tree as per the requirement.
Learn more at developer.mescius.com/componentone/winforms-ui-controls/treeview-control-winforms.
Resources