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
760
Adding UltraTree nodes without rebuilding the tree
posted

Is there a way to add child nodes to an existing UltraTree without having to rebuild the tree in c#? ie. refresh specific node, etc

Before:

ParentNode

-ChildNode

--ChildChildNode1

After

ParentNode

-ChildNode

--ChildChildNode1

--ChildChildNode2