DBGrid 滚动页面而不是行
我对 DBGrid 垂直滚动有疑问。 当我用鼠标滚轮或垂直滚动条垂直滚动它时,它会上下移动选定的行。 我想让它滚动不是选定的行而是整个网格。 就像它在 Microsoft Excel 中的工作原理一样(只是为了让您知道我的意思)。 有什么建议么?
Well I have an issue with DBGrid vertical scrolling. When I scroll it vertically with mousewheel or vertical scrollbar it moves selected row up and down. I want to make it scroll not selected row but entire grid. Just like it works in Microsoft Excel for example (just to let you know what I mean). Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,差不多就是我想看到的了。 在 swissdelhicenter.ch 上找到了 hanuleye 的帖子。 此代码让您可以使用鼠标滚轮自由滚动 DBGrid。
Well, almost what I'd like to see. Found the post of hanuleye on swissdelhicenter.ch. This code let's you freely scroll DBGrid with mouse wheel.
我认为这是不可能的,因为对我来说,DBGrid 上的滚动条更像是进度指示器而不是滚动条。 它的行为与 ListView 中滚动“页面”的行为不同,在数据库控件中,即使您向上或向下移动一行,滚动条也会更改以反映“当前行”/“总行”分数
I don't think that's possible, since to me it seems that scrollbar on DBGrids are more like a progress indicator rather than a scroll. It behaves differently from the scrolls in ListViews where you scroll "pages", in the db controls even if you move up or down a single row the scrollbar changes to reflect the "current row"/"total rows" fraction