The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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...?
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...?
>