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
75
UltraTree Node rename
posted

Hi

I want the user to add a node dynamically and able to edit the node text simillar to adding a new folder in windows explorer, when the folder is added it, the folder name is in edit mode allowing the user to change the folder name I want to achieve the same in ultratree.

 Also the user wants to rename a exisiting node. Is it possible in ultratree?

any help much appreicated. 

 

Parents
No Data
Reply
  • 69832
    Offline posted

    You can add root nodes using the UltraTree.Nodes.Add method, and you can add child nodes using the UltraNode.Nodes.Add method. Use the UltraTreeNode.BeginEdit method to programmatically enter edit mode on a node.

Children