如何禁用 LibraryBar 控件中的拖动事件

发布于 2024-12-01 03:02:51 字数 216 浏览 1 评论 0原文

LibraryBar 控件中有一些 LibraryBarItems,当我水平拖动时,所有 LibraryBarItems 都会移动。

但我需要禁用这个拖动事件,这意味着当我水平拖动 LibraryBar 时,什么也没有发生。

ps 实际上我想在水平方向而不是垂直方向实现放置事件。

There are some LibraryBarItems in a LibraryBar control, when I drag horizontally, all the LibraryBarItems move.

But I need to disable this drag event, this means that when I drag the LibraryBar horizontally, nothing happens.

p.s. Actually I want to implement the drop event in horizontal direction rather than in Vertical direction.

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

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

发布评论

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

评论(1

匿名的好友 2024-12-08 03:02:51

我建议在控件顶部添加一个透明的视觉项目来捕获输入,并且仅在需要时才允许它通过。

I'd suggest adding a transparent visual item over the top of the control to capture input and only allow it through if want it to get through.

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