TJamViewStyle indicates how a list view control displays its items.
|
Members |
Description |
|
vmIcon |
Each item appears as a full-sized icon with a label below it. The user can drag the items to any location in the list view window. |
|
vmSmallIcon |
Each item appears as a small icon with the label to the right of it. The user can drag the items to any location. |
|
vmList |
Each item appears as a small icon with a label to the right of it. Items are arranged in columns and cannot be dragged by the user. |
|
vmDetails |
Each item appears on its own line with information arranged in columns. The leftmost column contains the small icon and label, and subsequent columns contain subitems as specified by the application. Unless ShowColumnHeaders is false, each column has a header |
|
vmThumbnail |
The view should display thumbnail icons. |
|
vmTile |
The view should display large icons. |
|
vmContent |
Windows 7 and later. The view should display the content mode. |
These values correspond to the Windows API
FOLDERVIEWMODE enumeration.