ARRANGE Property


PLBCMP GUI Only

 

The ARRANGE property defines the arrangement of icons in large and small icon view mode of a LISTVIEW object. The property uses the following format:

 

ARRANGE={value}

Note the following:

  1. ARRANGE may be used in CREATE, SETPROP, or GETPROP statements for LISTVIEW 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

    The icons are ...

    1

    $ARRANGELEFT

    arranged along the left.

    2

    $ARRANGETOP

    arranged along the top.

    3

    $ARRANGENONE

    are not arranged. (default).

     

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

 

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

 



PL/B Language Reference APPEARANCE Property AUTOACT Property