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.
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.
Hi Dave,
Thank you kindly for your answer. It worked.
Have an additional question. I have a image list linked to the treeview.
But I cannot find to link specific image to the nodes.
Kind regards,
Peter