Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.173 LVStyle Property

Description:

Defines the display style of the ListItem objects.

Used in control(s):

ListView

Values (with constants):

0 - Large icon:(POW-LVSTYLE-LARGEICON)
Large icons with the list item label below.

1 - Small icon:(POW-LVSTYLE-SMALLICON)
Small icons with the list item label to the right. Listed left to right in rows.

2 - List:(POW-LVSTYLE-LIST)
Small icons with the list item label to the right. Listed top to bottom, left to right.

3 - Report:(POW-LVSTYLE-REPORT)
Detailed display. Small icons with the label and other information to the right. Listed vertically with one row per item.

Default value:

0 - Large icon:(POW-LVSTYLE-LARGEICON)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.