We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

drag and drop from an external source into my TreeView Control

Hi, I'm trying to implement drag and drop from an external source into my TreeView Control. I want to drag a URL link from a web application into my TreeView control. I want the link to be added to my TreeView Nodes. Please do you know any solution to this problem...?

1 Reply

GR grer June 30, 2003 05:01 PM UTC

You can tag the node that it is a link and draw it as such. First the drag drop will pass the string from the link label control(if you are using that) to the node. Which the click event will be captured and filtered for the link. Does that make sense? > Hi, > > I'm trying to implement drag and drop from an external source into my TreeView Control. I want to drag a URL link from a web application into my TreeView control. I want the link to be added to my TreeView Nodes. > > Please do you know any solution to this problem...? >

Loader.
Live Chat Icon For mobile
Up arrow icon