Search code examples
c#winformsscrollbarstablelayoutpanel

TableLayoutPanel change scrollbars (C# WinForms)


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


Solution

  • 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.