Components for .NET Developers

Extended TreeView for .NET

flexible hierarchial control for Windows Forms
  • Tree Node Editor in Design mode
  • Customizable Themes
  • Build-in Drag & Drop support
  • Node text word wrap
  • Node can contain customizable objects
  • Table layout inside node
  • Selected node can display data in a more detailed way
  • Fully integrated with MS Visual Studio
  • Download
  • Buy
  • Learn More

News

Extended TreeView v.5.5.1 for .NET 2.0 released.
Friday, February 08, 2008

What's new

  • Improved TextNodeObject. It allows to disable word wrap mode.
  • Added Visible property to NodeBase class which allows to hide or show a node
  • Added Node Sorting functionality
  • added KeyDown KeyUp KeyPress events for TextNodeObject
  • allow Tab key for TextNodeObject in edit mode
  • better node's lines drawing


Extended TreeView Installer
Friday, January 11, 2008

  • installers now can be run under Vista user account with enabled UAC


Extended TreeView v.5.4.2 for .NET Compact Framework released.
Sunday, December 23, 2007

We are pleased to anounce that ExtendedTreeView for .NET Compact Framework 2.0 is now available.

Feature Summary

  • Text wrap in the node
  • Formating node objects in the Table layout
  • Custom Nodes allow to build usability interface
  • Custom Node Objects allow to display and edit any data you like
  • Custom Themes let you create visual styles


Extended TreeView for .NET 3.4.1/5.4.1 released.
Friday, November 30, 2007

  • fixed editing in TextNodeObject when text is empty
  • added SelectedColor to change background color for selected node in Vista theme
  • added BaseColorBrightness property to change brightness of BaseColor for the Vista theme
  • Added 3 Lessons in Tutorial
  • Added OnTextChanged event for TextNodeObject class


Extended TreeView for .NET 3.3/5.3 released.
Monday, September 24, 2007

  • rewrited NodeTable structure
  • in NodeCollection class added methods to find tree node by key
  • fixed Drag & Drop behaviour of large tree node


Extended TreeView for .NET 3.2.1/5.2.1 released.
Monday, July 09, 2007

  • fixed bug in the MakeNodeVisible
  • added ImageNodeObject