IgnaceMaes / MaterialSkin

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

How do I enable or disable (Show or Hide) a specific tabpage in a MaterialTabControl ? #277

Open LINOHWANG opened 2 years ago

LINOHWANG commented 2 years ago

Neither works : Hide, Show or does not have Enabled property. Only TabPages.RemoveAt(tabindex) works.