Hi
I have a doubt in TreeView Component.
I want to move the selected node one step forward or backward.
For example,
Consider a tree structure,
A
A.1
A.2
A.3
B
B1
B2
B.3
C
C1
C2
Now in my case i click c1 and press button the root element C wants to move one step forward and the tree model should change like this
A
A.1
A.2
A.3
C
C1
C2
B
B1
B2
B.3
Thanks in advance,
I have a doubt in TreeView Component.
I want to move the selected node one step forward or backward.
For example,
Consider a tree structure,
A
A.1
A.2
A.3
B
B1
B2
B.3
C
C1
C2
Now in my case i click c1 and press button the root element C wants to move one step forward and the tree model should change like this
A
A.1
A.2
A.3
C
C1
C2
B
B1
B2
B.3
Thanks in advance,