Delete a node with double-clicking on it
-
How can I when double click on a node, I can edit it? I mean the node is a treeview. Thank you before answering. I am waiting for your answer.
-
How can I when double click on a node, I can edit it? I mean the node is a treeview. Thank you before answering. I am waiting for your answer.
Handle the double click event, it will presumably be passed the node, so delete it from the Items collection in there.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
How can I when double click on a node, I can edit it? I mean the node is a treeview. Thank you before answering. I am waiting for your answer.
Handle the double click event on the treeview use hittest to see if there is a node under the click Get the node from the hittest get the parent node from the node get confirmation from the user delete the node from the parents node collection
-
Handle the double click event on the treeview use hittest to see if there is a node under the click Get the node from the hittest get the parent node from the node get confirmation from the user delete the node from the parents node collection
Dear Friends Thank you very much gave the answer Especially Christian Graus and Mycroft Holmes. Code is very good. I hope you succeed
-
Dear Friends Thank you very much gave the answer Especially Christian Graus and Mycroft Holmes. Code is very good. I hope you succeed
You want an example,Or a project for me to upload in this field. thanks!
-
How can I when double click on a node, I can edit it? I mean the node is a treeview. Thank you before answering. I am waiting for your answer.