| Form file structure / LAYOUT section | |
Defines a scrollable grid view widget, in a grid-based layout.
SCROLLGRID [identifier] [ ( attribute [,...] ) ]
{
  row-template
  [...]
}  
END
item-tag [...]
The SCROLLGRID container declares a formatted text block defining the dimensions and the position of the logical elements of a screen for a multi-record presentation.
Scrollgrids are by default non-resizable; The number of visible rows is defined by the number of repeated form items inside the SCROLLGRID area. To implement a resizable scrollgrid, define a single scrollgrid row in the form layout, and use the WANTFIXEDPAGESIZE=NO attribute. Resizable scrollgrids is the recommended way to implement scrollgrids.
For more details about this item type, see SCROLLGRID item type.
SCROLLGRID (WANTFIXEDPAGESIZE=NO)
{
 [f001   ]   [f002                         ]
 [f003                                     ]
}
END
SCROLLGRID
{
 [f001   ]   [f002                         ]
 [f003                                     ]
 [f001   ]   [f002                         ]
 [f003                                     ]
 [f001   ]   [f002                         ]
 [f003                                     ]
 [f001   ]   [f002                         ]
 [f003                                     ]
}
END