leocb / MaterialSkin

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

How to use/implement the drawer? #354

Closed gismofx closed 1 year ago

gismofx commented 2 years ago

Can you please provide detailed instructions on how to implement the drawer on an empty form.

I am starting with an empty form and I drag a MaterialTabControl onto the form. The wiki states the drawer control is automatically created, (I don't see it) but also says it was created on the drawer tab control. I have tried different things, like adding a drawer control and changing control layering but it does not seem to render no matter what I try.

Thank you.

valimaties commented 2 years ago

Please, look at Example project in this solution and see how it was implemented. If you don't understand, tell me and I will make a small video.