SCROLLGRID item definition
Defines attributes for a scrollgrid layout tag.
Syntax
SCROLLGRID layout-tag: [ item-name , ] [ attribute-list ] ;
- layout-tag is an identifier that defines the name of the layout tag.
- item-name identifies the form item, it is optional but recommended.
- attribute-list defines the aspect and behavior of the form item.
Form attributes
COMMENT, DOUBLECLICK, FONTPITCH, GRIDCHILDRENINPARENT,
HIDDEN, INITIALPAGESIZE, STYLE, TAG.
Style attributes
Common: backgroundColor, border, fontFamily, fontSize, fontStyle, fontWeight, textColor, textDecoration.
Class-specific: customWidget, highlightColor, highlightCurrentCell, highlightCurrentRow, highlightTextColor, rowActionTrigger, itemsAlignment.
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;