TStringGrid 不绘制滚动条

发布于 2024-12-14 19:11:15 字数 200 浏览 2 评论 0原文

我有一个带有 TStringGrid 组件的表单。 TStringGrid 的属性 Scrollbars 设置为 ssBoth。如果我将窗口变小,则不会出现滚动条。相反,TStringGrid 的客户区域被裁剪。如果应用程序窗口有足够的大小,我希望禁用滚动条;如果我将窗口大小缩小到临界值以下,则自动启用滚动条。你知道我做错了什么吗?

I have a form with TStringGrid component on it. Property Scrollbars of TStringGrid is set to ssBoth. If i make the window smaller, scrollbars doesnt appear. Instead of this client area of TStringGrid is cropped. I would prefer if scrollbars were disabled if application window has enough size and automatically enabled if I shrink window size under critical value. Do you have any idea what I am doing wrong?

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

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

发布评论

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

评论(1

鹿港小镇 2024-12-21 19:11:15

thruthseeker 明白了。如果您没有锚定网格,或者以其他方式将其自动缩放到窗口的大小,那么它不会随窗口改变大小,因此不会有自己的滚动条。

thruthseeker got it. If you haven't either anchored the grid, or otherwise auto-scale it to the size of the window, then it won't change size with the window, and thus won't have its own scroll bars.

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