SCROLLSIZEMODE Property


8.7C, PLBCMP GUI Only

 

The SCROLLSIZEMODE property overrides the Windows default sizes that are used when scrollbar objects are created. The property uses the following format:

SCROLLSIZEMODE={value}

Note the following:

  1. SCROLLHIDE may be used in CREATE instructions for HSCROLLBAR and VSCROLLBAR objects.

  2.  By default, the Windows creates the HSCROLLBAR with an OS default height. Also, the Windows creates the VSCROLLBAR with an OS default width. These default sizes for the height and width can be different from the user specified Top, Bottom, Left, and Right values that are given in the CREATE instruction.

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

  4.  

    Value

    Keyword

    Scrollbars are created with the...

    0

    $OFF

    operating system default size. (default)

    1

    $ON

    user specified size.

 

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

 



PL/B Language Reference SCROLLHIDE Property SELALIGN Property