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:

  1. SCROLLHIDE may be used in CREATE or GETPROP statements of COMBOBOX, DATALIST, or RICHEDITTEXT objects.

  2. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  3.  

    Value

    Keyword

    Scrollbars are ...

    0

    $OFF

    displayed. (default)

    1

    $ON

    not displayed.

     

  4. This property is not supported when using the PL/B Web Server.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference SCROLLBAR Property SCROLLSIZEMODE Property