Reputation: 147
I have created a windows form application in Visual Studio 2019. I use MaterialSkin.2 for designing. I use material tab control as a root menu to separate the functions. Each tab has a sub material tab control as a sub menu but my problem is never show the sub material tab control at all. I can't see the reason why.
Update: I tried with .NET 4 as well but the same behavior. I think it is a bug
I try to follow this way but here there is on a root material tab control. https://www.youtube.com/watch?v=gEtXGyn8OMA&ab_channel=FoxLearn
Could you help how can I show the sub material tab control under a tab please?
Upvotes: 0
Views: 3037
Reputation: 11
Place a control called Material Tab Selector right above the Material tab control. If you look at the Material Tab Selector property, there will be a BaseTabControl at the second from the top. Just set it to the tap control you want.
Upvotes: 1