本文介绍了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.
推荐答案
这篇关于treelistview拖放降低的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!