TabFrame.Arrangement Property
Set how to arrange tabs.
| Constant | Value | Description |
|---|---|---|
| $STD | 0 | Default value The behavior is similar to $FIXEDWIDTH. |
| $FIXEDWIDTH | 1 | Fixed width Fit to the TabWidth property. |
| $MULTILINE | 2 | Multi-line display Not supported in AI |
| $RAGGEDRIGHT | 3 | Width adjustment Match the number of characters in TabForm.Title. |
If $ TABRIGHT or $ TABLEFT is specified in the TabPosition property (horizontal tab), the specification of this property is invalid. The operation is the same as when $ MULTILINE is specified.
If $ MULTILINE is set, the display will be undefined when the width of one tab exceeds TabFrame.Width. Do not enter a long string in TabForm.Title that exceeds the width.