cancel
Showing results for 
Search instead for 
Did you mean: 

Tree UI problem

Former Member
0 Kudos

Hi,

I am having following problem in Tree UI . Please let me know if there is any solution for that .

Problem : When I am selecting one child from one tree branch and after closing that branch when I am opening a new branch the previous branch is opening with the previous child selcted . But I want that once the branch will close the child selection will remove . But I did not find any event where I can write that.

Please let me know if there is any way...

Regards,

Kousik Goon

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I do not think it will help, becuase if you click on the left arrow of the tree to expand/close the tree then no event is created and WdModifyView() is not called.

Regards,

Kousik

Former Member
0 Kudos

Koushik,

You can handle that thing in wdDoModifyView() as this would be called every time you would select the node.

Regards,

Murtuza