Articles in this section
Category / Section

How to cut, copy, and paste nodes in WinForms TreeViewAdv?

1 min read

Clipboard operation

Implementing clipboard functions for TreeViewAdv is quite simple. To start, create a new TreeNodeAdvCollection. To copy a node, call Clone() on that node, then add the clone to the collection you created. To paste a node from the collection, call Clone() on that node and add the clone to the Nodes collection of the node you want to paste it under.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied