treelistview拖放降低 [英] treelistview drag & drop

查看:101
本文介绍了treelistview拖放降低的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将其拖放到treelistview上并且不起作用,我正在这样做:

I am trying do drag and drop on a treelistview and don´t work, I am doing this:

treeListView1.DragSource = new SimpleDragSource();<br />
treeListView1.DropSink = new RearrangingDropSink(true);




仅此吗?我的代码好吗?缺少某些内容吗?

谢谢Advance.




Is only this?, is good my code?, is something missing?

Thank Advance.

推荐答案

老实说,我从未见过像这样的东西可以拖放.

那并不意味着它不存在,但我从未见过.

快速的Google搜索将我引到了这里: http://objectlistview.sourceforge.net/cs/dragdrop.htm [ ^ ]

如果您还没有读懂,我想我将从这里开始.或返回到您获得treelistview对象的地方,然后查看那里的文档.
honestly, I''ve never seen anything like that to do drag and drop.

That doesn''t mean that it doesn''t exist, but I''ve never seen it.

A quick google search led me here: http://objectlistview.sourceforge.net/cs/dragdrop.htm[^]

If you haven''t read up on that, I guess I would start there. Or go back to where you got the treelistview object and look at the documentation there.


这篇关于treelistview拖放降低的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆