Top "Treenode" questions

The base element of a hierarchical tree-like data structure.

user object with TreeNode in C#

Can i tie a user object to a TreeNode in C#?

c# treenode user-object
How do I make a TreeNode not visible? (C#)

There is probably a really straightforward answer to this but I'm having difficulty finding it. Simple, I have a TreeNode …

c# .net winforms c#-2.0 treenode
Find the maximum depth of a tree

I have a tree data structure with N first-level child nodes that have childs too. For example: Root Node1 Node11 …

c# tree treenode
"The type 'System.Windows.Forms.TreeNodeCollection' has no constructors defined"

I have this code: private TreeNodeCollection treeCollection; public Client(TcpClient c) { this.tcpClient = c; this.tree = null; this.treeCollection = new …

c# .net collections treeview treenode
how to reload a selected node of a tree

I need to reload a tree after deleting one of the leafs of a node. The problem of reloading the …

tree extjs4 reload treenode
Implementing IEnumerable on a tree structure

Based on the work of these guys: http://dvanderboom.wordpress.com/2008/03/15/treet-implementing-a-non-binary-tree-in-c/ http://www.matthidinger.com/archive/2009/02/08/asp.net-mvc-recursive-treeview-helper.aspx …

c# collections tree ienumerable treenode
JTree set background of node to non-opaque

Please have a look at the SSCCE. How can I make the non-selected tree nodes' background transparent. At the moment …

java swing jtree treenode renderer
Find the level of Deepest child Treenode

I have treenode & i would like to find the deepest child in the treenode. if there are 2 child nodes …

c# winforms recursion treenode