Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
UltraTree does not show program added nodes
posted

I build a tree with nodes within a methode:

clsNode = new Infragistics.Win.UltraWinTree.UltraTreeNode().

clsNode:text = TreeBranch.qmenutit.

clsNode:key = TreeBranch.qmenuid.

add the node to the tree

UltraTreeMenu:Nodes:Add(clsNode).

than pass the node to an other method to add branches.

AddTreeBranch(TreeBranch.qmenuid, clsNode).

When I run the program none of the nodes are visual.

Just looking to and empty tree. While a counter I have set to the methods 57 nodes have been created.