Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
685
UltraPanel is read-only
posted

I'm getting this error all of a sudden in my designer.

The Controls collection of the UltraPanel is read-only. Modify the UltraPanel.ClientArea.Controls collection instead.

If I remove this line, it runs just fine, but then a panel in my app doesn't show up.

this.formMEMain_Fill_Panel.Controls.Add(this.formMEMain_Fill_Panel.ClientArea);