Extended TreeView for .NET

Extended TreeView is flexible hierarchical .NET control for Windows Forms. It is useful when you want to wrap text inside node, to show different content in the selected node, to move node with transparent layer in the Drag & Drop mode.


Features

  • Tree Node Editor in Design mode
  • Custom Themes
  • Build-in Drag & Drop support
  • Node text word wrap
  • Node can contain custom objects
  • Table layout inside node
  • Selected node can display data in a more detailed way
  • Fully integrated with MS Visual Studio
 Node text wrap.
  Text in the node supports word wrap. If text is too long it will be carried over to the next line and make node higher.
 
 Customized view.
  You can create custom class for node and define two layouts of the objects for selected and normal node.
 
 Build-in Drag & Drop
  Extended TreeView has build-in Drag & Drop behavior. When you drag the node, new layer will be created with transparent image of the node. You can easily determine new location of the moving node.