TreeView Controls
You can design an application to resemble Windows Explorer by using a TreeView control. This section provides links to topics that show you how to add nodes to a TreeView control.
In This Section
How to: Add Nodes to a TreeView Control
Demonstrates how to add nodes to a TreeView control.How to: Add Nested Nodes to a TreeView Control
Demonstrates how to add nested nodes to a TreeView control.How to: Add a Node to the Selected Node of a TreeView Control
Demonstrates how to add a new node to a node that is selected in a TreeView control.
Related Sections
Designing a User Interface in Visual C#
Explains how to use the Windows Forms Designer and Toolbox to create a user interface.Visual C# Express
Provides an introduction to documentation that helps you use Express editions of Visual Studio.Using the Visual C# Express IDE
Provides links to topics that explain how to use the integrated development environment (IDE).