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
This has been solved.
Thanks,