Step 1: Adding TreeView to the Application
In This Topic
To add the TreeView control to your application, complete the following steps:
- Create a new Windows Forms Application.
- In the Design view, drag and drop the C1TreeView control to the form from the Toolbox.
The TreeView control appears with Column1 added by default.
- Click the Smart Tag, and select Dock in Parent Container.
You have successfully added the TreeView control to the application.