How to show controls hierarchy in Winform designer

Posted by Cédric V on Stack Overflow See other posts from Stack Overflow or by Cédric V
Published on 2010-06-09T09:18:17Z Indexed on 2010/06/09 9:22 UTC
Read the original article Hit count: 192

Hi,

One of our client has an old winform application that contains forms with a lot of controls on them. Some of those controls have a deep hierarchy and that make it to hard to select them in the designer.

I would need to understand this hierarchy to make modification and correct some bugs, is there a tools, plugin or something to be able to clearly see this hierarchy ? Something like in the aspx source when you have a breadcrumb of where you are in the HTML hierarchy (HTML > Body > div > etc ...) or something more visual maybe ?

Any ideas ?

PS : we use Visual Studio 2008, .NET 2.0

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms