Grid

The Grid is the primary container for the controls you add to a form. When you create a form, a Grid is superimposed on the Design Sheet in the Form Designer. The Grid size determines the size of the form when it is undocked from a Micromine Geobank tab.

Additional grids may also be nested within this primary container or within other containers. For this reason, all controls have GridColumn, GridRow, GridColumnSpan and GridRowSpan settings which define their cell position within the grid.

By default, a grid comprises one row and one column, however additional rows and columns may be added. The height and width of the rows and columns can be expressed as an absolute measure in pixels, be calculated as a proportion of the full size of the grid, or be calculated automatically depending on the content.

For more information, see: Grid Columns, Rows and Spans

GridSplitter