Delphi 2009 TListView 更改网格颜色和网格线宽度

发布于 2024-11-07 18:12:53 字数 108 浏览 0 评论 0原文

我有一个 TListView,ViewStyle 设置为 vsReport。如何更改网格的颜色和网格线的宽度。 D2009 中的网格线有点太粗,我希望与 D5 中的网格线宽度相同。

谢谢

I have a TListView with ViewStyle set to vsReport. How do you change the color of the grid and the width of the gridlines. The gridlines is a bit too thick in D2009, I want to have the same width as in D5.

Thanks

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

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

发布评论

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

评论(1

思念绕指尖 2024-11-14 18:12:53

没有任何 Delphi 代码可以绘制这些线。它们是由底层 Windows 公共控制代码绘制的,并且不提供任何指定线条粗细的方法。它们要么打开,要么关闭。如果您发现 Delphi 版本之间的外观不同,那么可能是因为您在不同的 Windows 版本上运行该程序。

There isn't any Delphi code that draws those lines. They're drawn by the underlying Windows common-control code, and that doesn't provide any means of specifying the thickness of the lines. They're either on or off. If you're seeing a different appearance between Delphi versions, then it's probably because you're running the program on different Windows versions.

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