Skip to main content Skip to footer

The Industry Leading .NET TreeView Control

Get an interactive TreeView control with selection, editing, and drag-and-drop support. ComponentOne TreeView enables you to:

  • Visualize hierarchical data as a tree with collapsible nodes
  • Provide selection for multiple items in a tree list
  • Embed TreeViews in WinForms, WPF, ASP.NET MVC and Wijmo JavaScript
DOWNLOAD FREE TRIAL

Why Choose ComponentOne TreeView?

Navigate Hierarchical Data

Visualize and Edit Hierarchical Data

Display your hierarchical list of items, such as indexed entries, directories on a disk, or headings in a document, as a tree structure.

TreeView Multiple Selection

Provide Selection of Multiple Items

TreeView provides the most efficient way to select multiple, non-adjacent items within a long, hierarchical list. Selection is made possible using checkboxes.

TreeView Data Bound

Create Customized Data Bound TreeView

The .NET TreeView nodes can be generated automatically from a bound data source. You may also customize the appearance of each node.

.NET TreeView Key Features

Node Customization and Selection

TreeView nodes can be implemented as text, images, checkboxes, or custom UI. Selection of multiple, non-adjacent items is possible by displaying checkboxes.

Learn More: WinForms | WPF | ASP.NET MVC

Adding, Removing and Editing in Nodes

Programmatically add or remove parent and child nodes. Editing a treeview is unconventional, but the .NET TreeView makes this possible without disrupting the normal behavior of the control.

Learn More: WinForms | WPF | ASP.NET MVC

Dragging and Dropping Nodes

Allow users to reorder the nodes by dragging and dropping. TreeView supports drag-and-drop operations within the same treeview as well as among multiple treeviews. Parent and child nodes can also be reordered programmatically.

Learn More: WinForms | WPF | ASP.NET MVC

Node Navigation and Expansion

TreeView supports both keyboard and mouse navigation of nodes. You can expand either a single node or all nodes in the tree. And you can even prevent end-users from collapsing the expanded tree by canceling the event.

Learn More: WinForms | WPF | ASP.NET MVC

Multiple Columns Support

The TreeView contains a single column by default, but you can add additional columns to display more information. Display additional, underlying data in a bound column or display custom text values in an unbound column. This feature is fully supported in WinForms and at design time.

Learn More: WinForms

On-Demand, Lazy Loading

Instead of fully populating each node when the application starts, you can use a delayed loading technique where nodes are populated on-demand when the user expands them (also known as lazy loading). This allows the application to load faster and use resources more efficiently.

Learn More: WPF | ASP.NET MVC