Hello all...!
First, let me say that I think that the Krypton Toolkit is pretty awesome. I've been able to get a really pro look and feel for my app despite having no budget for 3rd party tools (tough economic times all round, eh?).
That said, I am having an issue with the Krypton Form when its HeaderStyle is set to Primary. In design, when I set the property, the form appears to lose the title/header area. If I close the form and reopen it in the designer, it appears correct. Upon running the app (debug or release builds) the initial form appears sans the header. If I force a repaint by resizing or minimizing/maximizing the form everything appears right.
I've added/removed the Invalidate() method in the Form_Shown event as well as PerformNeedPaint(true). I've tried setting the HeaderStyle in code instead of setting the form property. Finally, I've searched the forum for topics that may be relevant but haven't really found anything specific to this topic which makes me feel that it's something that I've overlooked. I've attached some screen captures that illustrate the behavior.
Any pointers in the right direction are appreciated!