在 .net 树视图中拖放
我在 Windows 应用程序中使用 .net 树视图控件。我已经实现了拖放功能,效果很好。现在,我想显示正在拖动的节点的文本/自定义图像及其图像,就像我们在 Windows 上拖动文件夹时看到的那样,即我们看到文件夹的淡入淡出图像跟随光标直到发生掉落。
如何在 .net winform 应用程序中执行此操作。
谢谢, 奥姆基
I am using .net tree view control in my windows application. I have implemented the drag drop functionality which is working fine. Now, I want to show the text/custom image of the node that is being drag and its image much like we see when we drag the folder on windows i.e. we see fade image of folder follows the cursor till drop happen.
How to do this in .net winform app.
Thanks,
Omky
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是几篇文章中第一篇的链接,解释了如何操作。
http://blogs.msdn.com/b/adamroot/archive/2008/02/19/shell-style-drag-and-drop-in-net-wpf-and-winforms.aspx< /a>
下面是使拖动效果发挥作用的最低限度。
Here's a link to first of several articles that explains how.
http://blogs.msdn.com/b/adamroot/archive/2008/02/19/shell-style-drag-and-drop-in-net-wpf-and-winforms.aspx
Below is a bare minimum to get drag effect to work.