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
Add a comment