by Marc Clifton
Revisiting the XTree implementation, using a generic controller.
by ralph1957
This step-by step article describes how to populate a TreeView control by using XML data.
by seejay1120
A Fast Way to Update Treeview Nodes Using a Database as a Source
by leppie
Here is yet another alternative (originally from http://xacc.wordpress.com/2009/03/05/tree-traversal-extension-methods/[^]):public static class TreeExtensions{ public static IEnumerable TraverseDepthFirst( this T t, Func valueselect, Func<T,...
by syed_babu
Tree control with custom checkbox with several other features.
by Mike Prochko
Synchronize a TreeView with a DataGridView to get TreeGridView functionality.
by Jaxon7
File search synchronised with TreeView/ListView. Climbing up and down the tree.
by Tom John
Extending the TreeView control to support drag and drop and persistance.