How do I Hide/Show the tree node of the TreeViewAdv control?
(Views :1517)

There is no property that Hides / Shows a node in the Treeview control. Instead of Hiding / Showing the tree node, we can remove and add the node to implement the same.

Please take a look at the attached sample which illustrates Hide / Show concept using Remove / Add methods.

::adCenter::