| Form file structure / LAYOUT section | |
Defines a layout area for a list of static record rows.
SCROLLGRID [identifier] [ ( attribute [,...] ) ]
{
  row-template
  [...]
}  
END
{ text
| item-tag
| horizontal-line }
[...]
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.
This container is similar to the GRID container, except that you can repeat the screen elements on several "row-templates", in order to design a multiple-record view that appears with a vertical scrollbar.
Same layout rules apply as in a GRID container.
Avoid Tab characters (ASCII 9) inside the curly-brace delimited area. If used, Tab characters will be replaced by 8 blanks by fglform.
SCROLLGRID
{
 Id:    [f001   ]   Name: [f002                         ]
 Addr:  [f003                                           ]
 --------------------------------------------------------
 Id:    [f001   ]   Name: [f002                         ]
 Addr:  [f003                                           ]
 --------------------------------------------------------
 Id:    [f001   ]   Name: [f002                         ]
 Addr:  [f003                                           ]
 --------------------------------------------------------
 Id:    [f001   ]   Name: [f002                         ]
 Addr:  [f003                                           ]
 --------------------------------------------------------
}
END