如何禁用 LibraryBar 控件中的拖动事件
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议在控件顶部添加一个透明的视觉项目来捕获输入,并且仅在需要时才允许它通过。
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.