Specifies the type of visual representation used by a list view control (e.g., icon view or column-based report view).
Note that the item positions are not automatically retained on switching between view modes.
For more information, please refer to the article Working with List View Controls.
Applies to | List view control. |
---|---|
Data Type | I4 |
Default Value | VM-ICON (0) |
Possible Values | VM-ICON (0) = Large icon view
VM-SMALLICON (1) = Small icon view VM-LIST (2) = List view VM-REPORT (3) = Report view |
Note:
The symbolic view mode constants listed above are defined in the
local data area NGULKEY1, which is automatically used by all dialogs created
within the dialog editor.