Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.9 Arrange Property

Description:

Defines the position of icons in the ListView control, small and large icon modes.

Used in control(s):

ListView

Values (with constants):

0 - None: (POW-LVICON-AUTO)
Arranges the items automatically.

1 - Left:(POW-LVICON-LEFT)
Arranges the items from top to bottom, left to right.

2 - Top:(POW-LVICON-TOP)
Arranges the items from left to right, top to bottom.

It is only effective when the LVStyle property is "0 - Large icon" or "1 - Small icon".

Default value:

0 - None: (POW-LVICON-AUTO)

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.