Silverlight 拖放任何 UIElement?

发布于 2024-10-05 12:10:42 字数 78 浏览 6 评论 0原文

我看到了大量有关 Silverlight 4 对拖放支持的文章。然而,这都是关于文件的。我只想使普通用户控件可拖动。这可能吗,还是仅限于文件?

I see a great deal of writing about Silverlight 4's support for drag and drop. However, it is all about files. I want to just make normal user controls draggable. Is this possible, or is it limited to files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一抹淡然 2024-10-12 12:10:42

您当然可以向 Silverlight 应用程序的任何元素添加拖放功能 - 不限于文件(这在 4.0 中变得更容易)。使用附加行为和一些拖放管理代码,您应该能够实现交互需求。在不确切知道您希望完成什么的情况下,我最好的建议是去查看一些项目,例如:

http://silverlightdragdrop .codeplex.com/

并阅读此处的讨论:

Silverlight 4 拖放放弃替代品

You can certainly add drag-and-drop capabilities to any element of you Silverlight application - it is not limited to files (this just became easier in 4.0). Using attached behaviors and some drag-and-drop management code you should be able to achieve the interaction need. Without knowing exactly what you hope to accomplish, my best advice would be to go check out some projects like:

http://silverlightdragdrop.codeplex.com/

and read about the discussion here:

Silverlight 4 Drag and Drop Alternatives

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文