Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
CollaspAll is not working for Wintree
posted

Hi All,

i have a wintree which is expanded.

it has 3 childs.

There is a button which when clicked should collasp that active node

My code id

 

if

 

(this.layerWinTree.ActiveNode.Expanded == true){

 

 

layerWinTree.ActiveNode.CollapseAll();

}

but any how it is not working

any help will be appreciated.

regards,

sid