List View - ViewStyle Property
ViewStyle sets the way the list or tree is shown
Member of List View (PRIM_LTVW)
Data Type - Enumeration
The ViewStyle property specifies how the list entries will be displayed.
| Enum Value | Description |
|---|---|
| Icon | Items are shown as 32x32 image and text from the first column |
| SmallIcon | Items are shown as 16x16 image and text from the first column |
| List | As smallicon with each item being on its own line |
| Report | Typical list view with columns and headings |
Febuary 18 V14SP2