cancel
Showing results for 
Search instead for 
Did you mean: 

Swaping tree nodes -- Increasing the height of a tree node!

Former Member
0 Kudos

Experts,

I am working with WD trees.

My tree structure is like-

--ParentNode

-- <b>Child1

-- Child2</b>

--Child3

-- Child4

I have to implement a functionality where in the user should be able to increase or decrease the height of the node. So the resulting tree structure will look like--

--ParentNode

-- <b>Child2

-- Child1</b>

--Child3

-- Child4

Any ideas?

Thanks,

Sri

Message was edited by:

Sri2000

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sree,

Can you please elaborate your requirement.

With Regards

Naidu

Former Member
0 Kudos

Hi naidu,

Thanks for your response.

I have a Tree representing a Hierarchy. The users should be able to change the arrangement of nodes according to their preference. One of the requirement is that the users should be able to move tree nodes Up or Down under the parent.

Please let me know if you require any further information.

thanks,

Sri