将项目拖放到 Surface LibraryBar 之外以将其删除?
在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论