SCROLLHIDE Property
8.7C, PLBCMP GUI Only
The SCROLLHIDE property indicates whether scrollbars should be hidden or disabled if not required. The property uses the following format:
SCROLLHIDE={value}
Note the following:
SCROLLHIDE may be used in CREATE or GETPROP statements of COMBOBOX, DATALIST, or RICHEDITTEXT objects.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Scrollbars are ... |
|
0 |
$OFF |
displayed. (default) |
|
1 |
$ON |
not displayed. |
This property is not supported when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |