开发者

C# Perform drag drop between datagridrow to treenode and vice versa

开发者 https://www.devze.com 2023-01-14 01:05 出处:网络
I have datatree (kind of folder tree) that each folder represend as node. Next to it, I have datagridview t开发者_运维问答hat each row in it represent the treenode content.

I have datatree (kind of folder tree) that each folder represend as node. Next to it, I have datagridview t开发者_运维问答hat each row in it represent the treenode content.

What I need is to drag and drop node from the treeview to the datagridview and vice versa.

Does anyone have an idea or reference of how to do it?

0

精彩评论

暂无评论...
验证码 换一张
取 消