SCROLLGRID item type

The SCROLLGRID item type defines attributes for a scrollgrid layout tag.

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, FONTPITCH, GRIDCHILDRENINPARENT, HIDDEN, STYLE, TAG.

Usage

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

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

}
END
END

ATTRIBUTES
SCROLLGRID sg1: scrollgrid1,
  GRIDCHILDRENINPARENT;