ComponentOne List for WinForms
In This Topic
    Step 1 of 3: Creating the List for WinForms Application
    In This Topic

    In this step, you'll add the C1List control to your project and create a simple List for WinForms application. Complete the following steps:

    1. Create a new WinForms project. For more information, see Creating a .NET Project.
    2. From the Toolbox double-click the C1List icon. The C1List control is added to the project and the C1List Tasks menu appears.
    3. Navigate to the Properties window and set the Dock property to Fill.

    The form will appear similar to the following:

    You have successfully created a simple list application. In the next step, you will learn how to bind the C1List control to a data source.