Is there something like visualizing a Delphi structure in Visual Studio 2008?

I use Delphi 2007 in my daily work and am now starting to watch VS2008 and C #. One confusing thing compared to Delphi is the design editor in VS.

Here is the form constructor in Delphi

Layout hierarchy in Delphi http://pp.kpnet.fi/bengtsson/temp/delphi.png

As you can see on the left, I have a component hierarchy. Some of them, such as TPanel and TGroupbox, may contain other components. It is very easy to change a parent by simply dragging and dropping it into the tree view.

Compare this to a VS that has a flat structure. How can I reorganize component layout in VS? Did I miss something?

Hello

+3
source share
3

Delphi #. # . , Visual Studio , Delphi, .

EDIT: "Document Outline", "" → " " → " ". CTRL + Alt + T .

+3

There is third-party support, as google told me: http://www.telerik.com/products/winforms/tools.aspx . This probably means that VS does not support this out of the box ;-) Not sure if it allows you to move between parents.

+2
source

Source: https://habr.com/ru/post/1724773/


All Articles