Orientation
Orientation of the widget—vertical or horizontal.
Value |
Representation |
Description |
---|---|---|
(default) |
Use the setting specified in the .ini file. |
|
V
|
Vertical |
Widget is vertical. Default system orientation for spin button. |
H
|
Horizontal |
Widget is horizontal. Default system orientation for slider. |
Usage
Dynamic? |
Yes, except for progress bar |
Supported in Grid? |
No |
Dependencies: |
None |
Description
For spin buttons, the Orientation property determines whether the arrow buttons are positioned above each other (Vertical) or beside each other (Horizontal).
For sliders and progress bars, the Orientation property determines whether the slider is drawn from left to right (Horizontal) or from bottom top (Vertical).
For progress bars, this widget is static and cannot be changed in ProcScript.
Setting in ProcScript
$fieldproperties(FLD1) = "orientation=h"