SCROLLGRID item definition

Defines a scrollgrid layout tag in a grid-based layout.

Syntax

SCROLLGRID layout-tag: item-name [  , attribute-list ] ;
  1. layout-tag is an identifier that defines the name of the layout tag.
  2. item-name identifies the form item.
  3. attribute-list defines the aspect and behavior of the form item.

Attributes

COMMENT, DOUBLECLICK, FONTPITCH, GRIDCHILDRENINPARENT, HIDDEN, INITIALPAGESIZE, STYLE, TAG.

Usage

The SCROLLGRID form item type to specify the attributes of a scrollgrid container defined with a layout tag.

For more details about this item type, see SCROLLGRID item type.

Example

LAYOUT
GRID
{
<SCROLLGRID sg1             >
 [f001         ]
 ...

}
END
END

ATTRIBUTES
SCROLLGRID sg1: scrollgrid1,
  GRIDCHILDRENINPARENT;