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
105
UltraPanel client area read-only
posted

Winforms 2011.2 at the moment but doesn't seem to matter what version.

Trying to open a windows form in Visual Studio 2012 pro (c#) and getting errors that the UltraPanel is read-only and when trying to build it generates:

"The Controls collection of the UltraPanel is read-only.  Modify the UltraPanel.ClientArea.Controls collection instead." and it highlights this section of code in the designer file:

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

Changing to ClientArea like the error suggests, errors out with a circular error.

What is going on here?