Chapter Contents |
Previous |
Next |
Tab Layout: _setRowJustification |
Syntax | |
Details |
Syntax |
CALL NOTIFY (tabber-name, '_setLabelJustification', just-type); |
Argument | Type | Description |
---|---|---|
just-type |
C | specifies justification type: 'BEGIN', 'CENTER' or 'END' |
Details |
Justification controls the placement of rows relative to the client area. BEGIN aligns rows on the left for TOP and BOTTOM tab orientations and on the top for LEFT and RIGHT orientations. CENTER centers rows over the client area. END aligns rows on the right for TOP and BOTTOM tab orientations and on the bottom for LEFT and RIGHT orientations. FULL grows each row as necessary so that they're all the same length.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.