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.

Parents
No Data
Reply
  • 18495
    Verified Answer
    posted

    Hello,

    Thank you for contacting Infragistics.

    In order to display regular nodes without columnsets, the ViewStyle of the tree needs to be set to ViewStyle.Standard.

    Please let me know if you have any other questions about this.

Children