Franz,
You can create a control inherited from Panel and edit it visually. The
Panel isn't meant to be editable by itself - otherwise, where would you
imagine all the instance of edited panels being stored?
P.S. It might be better if you could tell what you are trying to achieve so
we would be able to suggest an appropriate solution.
--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx
Franz said:
Without add to a windows form, how can I visually edit a panel in VS.NET?
I can edit a UserControl visually, but why can't I do the same for panel?