I want to make a treeview structure like this. I can only find an example on how to copy nodes.
But I don’t know how to organize it to folders, to move nodes between them. Any advice will be very helpful.
I’m using winforms.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basically you are going to have a recursive loop like so:
To drag and drop with TreeView, see this Microsoft example.