IgnaceMaes / MaterialSkin

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

TabControl not Working #128

Closed vanvanni closed 6 years ago

vanvanni commented 7 years ago

Hi,

My tab control doesn't work and keeps remain windows default! I used the installation instructions on the readme file. The Tab controls becomes default winform control and doesn't show up!

Dutchs commented 7 years ago

Hey xJoeyv,

I assume you ment it shows up as the WinForms TabControl in the designer and invisible during runtime? You are probably missing the MaterialTabSelector with its BaseTabControl property set to the MaterialTabControl.

The MaterialSkinExample project has an example of it.

vanvanni commented 7 years ago

Aswell in the designer as when I debug the application it shows as a default winforms thing. I will check the example! Thanks.

Else any more help is highly appreciated

EDIT: I understand know how it works! Great! I love this.