ComponentFactory / Krypton

Krypton WinForms components for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KryptonManager

gwlava opened this issue · comments

Hi

I have a multi form application that uses a custom krypton pallete. I have added the Krypton Manager and KryptonPalette to my Main Form in the designer. All other forms and controls display the correct theme when opened in designer.

If I restart Visual Studio and open one of my other forms the theme has reverted back to default styling. To get the theme to apply properly I first have to open the Main Form that contains the Krypton Manager. This also has the affect of my source control thinking that the other form has been changed.

Is there a best practice for multi form applications, should the Krypton Manager and Krypton Palette be included on every form?