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:
ARRANGE may be used in CREATE, SETPROP, or GETPROP statements for LISTVIEW 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 |
The icons are ... |
|
1 |
$ARRANGELEFT |
arranged along the left. |
|
2 |
$ARRANGETOP |
arranged along the top. |
|
3 |
$ARRANGENONE |
are not arranged. (default). |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |