Line Space (LineSpace)
Window property of a Uniface form, which specifies the number of pixels between vertically adjacent fields.
LineSpace=
Pixels
0 -10 |
If not specified, the default value is 0 . The recommended maximum value is 3 . |
Description
LineSpace is a static property and cannot be set in ProcScript, but the name and value are returned by $windowproperties.
The property can be defined in the window properties of a form or in the application initialization file. Applications that use this file inherit this value.
[application] Window=uwindow(backcolor=white;cellheight=110;linespace=0)
Note: The Line Space affects only the runtime layout, not the layout in the Design Frames worksheet.
This setting has no effect in a character mode application.
Compatibility
For compatibility reasons, if the LineSpace initialization setting in the [upi] section is set to a value other than 0
, it takes precedence over the value set by the Window setting in the [application] section.