Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在进行拖放(C#,WinRT)时在光标下显示拖动项目(图像)的最简单方法是什么?
在 WPF 中使用 Adorner 很容易,但此功能在 WinRT 应用程序中不可用。
效果应该与在 Firefox 浏览器中拖动图像时相同。
使用弹出窗口并将您想要的任何内容放入 WPF 中的 AdornerLayer - 在弹出窗口中。或者,将面板放在工作区顶部的某个位置,然后将内容放在那里。在您的自定义装饰层上设置 IsHitTestVisible 也很有意义。