Delphi's "Object TreeView" equivalent in Visual Studio 2010
Posted
by
user327359
on Stack Overflow
See other posts from Stack Overflow
or by user327359
Published on 2010-12-26T17:07:54Z
Indexed on
2010/12/26
17:54 UTC
Read the original article
Hit count: 223
I'm just getting started in Visual Studio 2010 and I'm coming from Delphi 7.
In Visual Studio 2010, what is the equivalent to Delphi's Object TreeView?
Or to ask it another way, in Visual Studio 2010, during WinForm Gui development, how do you navigate your Gui hierarchically? If I have, say, a bunch of Panels with some of them inside of others and some Docked to Client, how can I directly select a specific Panel?
© Stack Overflow or respective owner