Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

While dragging and dropping a child item to another parent, i need the second parent's id.Any idea?
Posted

1 solution

Presumably you have a treeviewitem of some type, add a field in there of type treeviewitem and when you create the item add the parent into the field. There are a number of excellent articles here demonstrating the structuring of a treeview
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900