leocb / MaterialSkin

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

How to create Sub menu #293

Open tanveerahmed1980 opened 2 years ago

tanveerahmed1980 commented 2 years ago

How can i create child menu inside parent menu lime Dashboard -Blank dash board -dashboard with widget

valimaties commented 2 years ago

I don't think that Drawer items can have childs right now. It is interesting, but I Don't know how this could be implemented, as long as, now, the drawer is build based on a TabControl object. Maybe, if a TabPage contains another TabControl without a TabSelector attached, this TabControl child could be attached in Drawer as childs for TabPage.

It has been already opened in #177