cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a tree in tree?

Former Member
0 Kudos

how to create a tree in tree?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

When you create your tree nodes, if you create the type as as TreeNodeType, then it will be a subtree with items under it. If you create the type as TreeItemType, then it will be a leaf node and cannot have items under it. So until the level you want to have sub trees, create NodeTypes, and in the last level, create ItemTypes. I hope this is what you mean when you say tree within a tree.

Regards,

Nithya

0 Kudos

Hello Luo Cheng

Did you mean to have multiple tree control within a tree control?

I am not understanding what business purpose will this serve to have a tree control inside other? You can always have a specific node and when expanded list all the related nodes.

To have a tree control inside another tree control is not possible.

Regards,

Dinesh