TableLayoutPanel 更改滚动条 (C# WinForms)
我确实有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认控件将使用默认窗口样式滚动条。您必须派生一个自定义类,然后自行渲染它以进行更改。
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.