Form items / Form item types |
Defines a scrollable grid view widget.
A SCROLLGRID form item type defines a grid to show a scrolling list of data records in a set of positioned form fields.
The SCROLLGRID form item declares a formatted text block defining the dimensions and the position of the logical elements of a screen for a multi-record presentation.
A SCROLLGRID is similar to the GRID, except that you can only specify form fields, that repeat on several "row-templates", in order to design a multiple-record view that appears with a vertical scrollbar.
The same layout rules apply as in a GRID container.
By default, a SCROLLGRID container is not resizable in height. Use the WANTFIXEDPAGESIZE=NO attribute to allow the scrollgrid to stretch vertically.
Some front-ends support different presentation and behavior options, which can be controlled by a STYLE attribute. For more details, see Common style attributes.
A SCROLLGRID is similar to a TABLE form item in terms of list programming. For more details about list view programming, see Table views.