将项目拖放到 Surface LibraryBar 之外以将其删除?

发布于 2024-11-19 05:02:25 字数 305 浏览 2 评论 0原文

在我的 WPF4 和Surface Toolkit 1.5 Beta 项目 我有一个带有内置拖放功能的 Surface LibraryBar。我还有一个用户控件,我可以在其中拖放 LibraryBar 的项目,以便在那里处理它。我想实现的另一个功能是,只需将一个项目从 LibraryBar 中拖到其他位置(没有特定的放置目标)即可将其从 LibraryBar 中删除。

如果没有具有显式 AllowDrop="True" 属性和 SurfaceDragDrop.Drop 事件处理程序的特定 WPF 控件,我该如何处理该问题?

in my WPF4 & Surface Toolkit 1.5 Beta project I have a Surface LibraryBar with built-in drag and drop features. I also have a user control where I can drag and drop an item of the LibraryBar, to process it there. Another feature I would like to implement is, just dragging an item out of the LibraryBar somewhere else, not having a specific drop target, to remove it from the LibraryBar.

How can I handle that without having a specific WPF control with an explicit AllowDrop="True" attribute and a SurfaceDragDrop.Drop event handler?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文