How to implement nodes that are framework/custom components using Contrib:Tree

2005-06-02 Thread Ameet Savanur
Hi, I wanted to know the approach to show different components like Contrib:Table, PropertySelection when various Nodes in a Tree are expanded. I was able to implement a Tree which shows a set of nodes that are Strings by creating nodes which extend from TreeNode. How do I create TreeNodes that

Help on Contrib:Tree

2005-06-01 Thread Ameet Savanur
Hi, I have a requirement to display a pre-expanded Tree as shown below ... + ABC + PQR + XYZ I have used the Contrib:Tree component using which root node is shown as the starting node as shown below ... + RootNode + ABC + PQR + XYZ I don't want the RootNode to appear and I want only the c