我如何知道用户将某些东西放到了 TcxGrid 的哪一行?

发布于 2024-10-07 23:41:09 字数 45 浏览 7 评论 0原文

用户正在我的 TcxGrid 组件上拖动一些东西。我如何知道它被放到哪一行?

The user is dragging something over my TcxGrid component. How can I know which row it gets dropped on?

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

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

发布评论

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

评论(2

狼亦尘 2024-10-14 23:41:09

下面是位于 DevExpress 站点上的一个示例,用于在 cxGrid 中进行拖放。我使用相同的技术来实现两个 cxGrid 之间的拖放。

如何在网格内实现拖放

Here is an example located on the DevExpress site for a drag and drop inside a cxGrid. I used the same technic to implement a drag and drop between two cxGrids.

How to implement drag-and-drop inside a Grid

夏の忆 2024-10-14 23:41:09

您应该从放置事件中获得一些反馈,或者使用鼠标弹起事件,然后使用许多 Dev Express 调用之一从 X、Y 位置获取网格坐标。我想,临时的。

You Should get some feedback from the drop event or use the Mouse up event then get the grid co-ordinates from the X,Y positions using on one the many Dev express calls. I think, off-hand.

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