IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.84k stars 831 forks source link

Scroll bar in Material Tab Page Control? #140

Open valorad opened 7 years ago

valorad commented 7 years ago

How can I enable a scroll bar in Tabpage Control? Or is there ever a scroll bar in that control?

My computer screen is not "Y" enough, so bottom contents cannot be seen. I need a scroll bar to scroll down, to see those contents below. Win form (The whole Form) itself has a vanilla Scroll bar, I can switch "AutoScroll" attr. on, but it is weird and buggy when used in materialSkin.

valorad commented 7 years ago

Oh, I found an "AutoScroll" attribute at layout section of the tabPage, but the scroll bar did not show up when I switch it on.