Browse by Tags

Related Posts

  • Re: TreeView Determine Unchecked Nodes

    So I figured out my problem this morning before getting back to the forums. Apparently, (and it kinda makes sense) a TreeNode can be a member of only one TreeNodeCollection at a time. This means that attempting to add a TreeNode to a different TreeNodeCollection will cause the TreeView.Nodes collection...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by ahsteele on 03-14-2008, 12:00 AM
    Filed under: TreeNode, TreeNodeCollection, treeview, Clone, ICloneable
  • Populating Treeview from a collection of classes.

    I have a class as follows: public enum state { FR, STR, SR, IR, PR } public class Node { protected string NodeName; protected string NodeValue; protected string NodeTip; protected state NodeState; protected Node NodeParent; protected List < Node > NodeChildren; public Node( string Name, string...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by meerudoll on 11-05-2009, 12:00 AM
    Filed under: treeview, node, nodes, Tree View, .NET 3.5, .net framework 3.5, .ASPX, TreeNodeCollection, TreeNode, Tree View:, Tree View control
Page 1 of 1 (2 items)