ComponentOne FlexGrid for WinForms
Step 1 of 3: Creating the FlexGrid for WinForms Application
FlexGrid for WinForms Quick Start > Step 1 of 3: Creating the FlexGrid for WinForms Application

The following steps will walk you through creating a simple grid application.

  1. Create a new project.
  2. Add a C1FlexGrid control to the form.
  3. Open the C1FlexGrid Tasks menu. For more information on accessing the C1FlexGrid Tasks menu, see C1FlexGrid Tasks Menu.
  4. In the C1FlexGrid Tasks menu, click Dock in parent container. This sets the grid's Dock property to Fill so the grid will fill the form.
  5. Run the program. A simple grid application will appear.

Congratulations! You have successfully created a simple grid application. In the next topic, you will learn how to bind the C1FlexGrid control to a data source.

See Also