ComponentOne TreeView for ASP.NET WebForms
Quick Start / Step 3 of 3: Running the Project
In This Topic
    Step 3 of 3: Running the Project
    In This Topic

    In this step, you'll run the project and see the results of this quick start.

    1. Save and run your project and observe the following:
      • The root node, Book List, isn't expanded since the Expanded property was set to False by default.
      • Expand the Book List node and notice the child nodes you created.
      • Notice the theme is the default theme, Aristo.

    2. Go back to your project in the design view and click the C1TreeView's smart tag to open the C1TreeView Tasks list. Click the Theme drop-down arrow and select midnight from the list.
    3. Save and run your project and notice the new theme, midnight, is applied to C1TreeView.

    4. Go back to your project in the Design view and open the TreeView Designer Form.
    5. Select the C1TreeView item and in the Properties window, set its behavior properties to the following:
    6. Click OK to save and close the designer.
    7. Run the project and observe the following:
      • Expand the Book List node and notice the check boxes next to each treeview node.
      • Select any of the treeview nodes and drag it to a new location.