I've taken over someone else's project and they have used Krypton Toolkit. When I change anything on the UI, (i.e., Add button, edit Text, add menu item), I get this exception error:
this.kryptonHeaderGroupMain.Controls.Add(this.kryptonHeaderGroupMain.Panel);
Cause an exception "ReadOnly controls collection"
..and it mucks up the Designer View.
What am I missing?
As some people recommended, I have tried it but still failed:
this.<kryptonControlsContainer>.Panel.Controls.Add(this.<otherControlName>);