TableLayoutPanel 更改滚动条 (C# WinForms)

发布于 2024-10-02 05:47:31 字数 101 浏览 2 评论 0原文

我确实有一个 AutoScroll=true 的 TableLayoutPanel。工作正常:但是有没有机会改变滚动条的样式。我想要更小的滚动条。

任何想法 - 问候 HW

I do have a TableLayoutPanel with AutoScroll=true. Works fine: But is there any chance to change the style of the scrollbars. I'd like to have smaller scrollbars.

Any ideas - Regards HW

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

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

发布评论

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

评论(1

吲‖鸣 2024-10-09 05:47:31

默认控件将使用默认窗口样式滚动条。您必须派生一个自定义类,然后自行渲染它以进行更改。

The default controls are going to use the default window style scroll bars. You would have to derive a custom class, then render it all on your own to change.

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