VIEWSTYLE Property
PLBCMP GUI Only
The VIEWSTYLE property indicates the format of data displayed by a LISTVIEW object. The property uses the following format:
VIEWSTYLE={value}
Note the following:
VIEWSTYLE may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW object.
{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 list is displayed ... |
|
1 |
$VIEWICON |
with large icons that fills horizontally and wraps when the line is filled. |
|
2 |
$VIEWLIST |
vertically until reaching the bottom and then starts a new column if space is available. |
|
3 |
$VIEWREPORT |
as a vertical list that does not wrap. (default) |
|
4 |
$VIEWSICON |
with small icons that fills horizontally and wraps when the line is filled. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |