AUTOSCROLL Property
PLBCMP GUI Only
The AUTOSCROLL property controls automatic scrollbar handling for an object. The property uses the following format:
AUTOSCROLL[={value}]
Note the following:
AUTOSCROLL may be used in CREATE, SETPROP, or GETPROP statements of WINDOW or PANEL objects.
This property is used in conjunction with the MINSCROLLH, MINSCROLLV, and SCROLLBAR properties.
If the object is sized less than the MINSCROLLH or MINSCROLLV property, a scrollbar is shown and scrolling is automatically handled by the runtime.
When automatic scrolling is on, the client area of the object automatically scrolls to make the control with input focus visible.
{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 |
Automatic scrolling is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |