GrapeCity MultiRow Windows Forms Documentation
Adding Cells in the Designer

You can create a grid layout in MultiRow by adding cells in the template. Cells added in a template can be used for displaying information or for user input just like any other control on a form. Steps for adding a cell in the Designer are the same as adding a control to a Form.

Using the Designer

Follow the steps below to add a cell by specifying its position and size.

  1. Open the designer.
  2. Click on the cell you want to add to the template from the Visual Studio toolbox.
  3. Click on a location to specify the top left corner of the cell and drag the mouse to the position you want the bottom right corner of the cell to be within the template.
  4. A control with the specified size is added at the desired position.

Follow the steps below to add a cell with a default size at a specified position.

  1. Open the designer.
  2. Click on the cell you want to add from the Visual Studio toolbox and drag it to the template.
  3. A control with the default size is added at the desired position.

Follow the steps below to add a cell with a default size at a default position.

  1. Open the designer.
  2. Double-click on the cell you want to add to the template in the Visual Studio toolbox.
  3. A control with the default size is added at the default location.

Drag and drop a field to the template from the Data Sources window in Visual Studio, to add a String type cell with a default size and position and a data field assigned to it.

See Also

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options