在 WinForms 设计器中显示控件层次结构

我们的一个客户机有一个旧的 WinForms 应用程序,其中包含许多控件的表单。其中一些控件具有深层次结构,因此很难在设计器中选择它们。

我需要理解这个层次结构来修改应用程序以纠正一些错误。有没有办法看清楚这种等级制度?例如,是否有类似于在。当你在 HTML 层次结构(HTML > Body > div > 等等)的位置有一个面包屑的时候,你会使用 aspx 源文件吗?或者更直观的东西?

33402 次浏览

You need to use the Document Outline

View > Other Windows > Document Outline

Or via hotkey

Ctl + ALT + T

Click on View > Other Windows > Document Outline in Visual Studio.

That should show the control hierarchy.

Visual Style Builder for UI Customization - Download this tool and use it...

Another tool is present which is "Control Spy Tool for Easier Development"

You will find the solution easily..