Delphi Devexpress TcxGrid 滚动事件

发布于 2024-12-02 04:26:29 字数 165 浏览 1 评论 0原文

我将 cxGrid 组件与 TcxGridTableView 一起使用。我需要获取滚动条的偏移距离。我想知道我可以使用滚动事件来获取此信息吗?

我正在寻找滚动了多少像素,因为我想显示类似从其上方网格的左侧位置开始的像素规则的内容,并且我必须计算通过滚动移动的“隐藏”像素。

提前致谢。

I am using the cxGrid component with a TcxGridTableView. I need to get the offset distance of the scroll bar. I wonder there are scroll events that I can use to get this information?

I'm looking for how much pixels were scrolled because I want to display something like a rule of pixels from the left position of the grid above it, and i have to count the pixels "hidden", shifted by the scroll.

Thanks in advance.

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

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

发布评论

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

评论(1

↙温凉少女 2024-12-09 04:26:29

我相信网格有某种索引属性,它指定网格中顶部可见行的行号。该属性可以读取和设置。这就是您要找的吗?

I believe the grid has some sort of index property that specifies the rownumber of the top visible row in the grid. This property can be read and set. Is that what you are looking for?

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