MultiRow Windows Forms > Developer's Guide > Using MultiRow > Quick Start > Creating an Application using GcMultiRow |
The following steps create a simple application with a tabular screen that has multiple rows for one record.
Create a project where the GCMultiRow control can be used. This step can be skipped if GcMultiRow is already registered in the toolbox.
After these steps, you can start using GcMultiRow. Check that the GcMultiRow icon has been added to the toolbox.
If the toolbox is not displayed on the screen, choose Toolbox from the View menu.
Open the project form created above and add the GcMultiRow control to this form.
Using the above steps, you have created an application with a very simple tabular interface. Run the application. It looks like a tabular calculation application. You can move from one cell to another using the keyboard, input values into cells, select cells with the mouse, and change them to an editable state using a double-click.
Using the following steps, change the layout of the tabular screen.
In MultiRow, the layout of the tabular screen is managed using an object called Template. Templates provide developers the freedom to design their layouts since they allow cells of the desired size to be placed at any location. The created layout can then be read into the GcMultiRow control and shown as a tabular screen.
An editable template is added to the project. Check that a new template (for example: Template1.vb) has been added to the project. It can be edited with the designer just like you would edit a form.