IgnaceMaes / MaterialSkin

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

Multiple Forms with different Color Scheme #243

Open ThibaudMZN opened 4 years ago

ThibaudMZN commented 4 years ago

I'm trying to build an application with various Forms, and I would like to have different Color Schemes for each one of them, but when I change one MaterialSkin Manager, all of them changes. Is there any way to achieve this ?

donaldsteele commented 4 years ago

Spawn a new material skin manager and then apply the new manager to your form .

ThibaudMZN commented 4 years ago

This doesn’t work and apply the new skin Manager to all existing Material Form.

donaldsteele commented 4 years ago

the ability to have different themes is not a core feature. Please add this functionality and submit a pull request.