FolderViewMode Enumeration |
Enumerates the different viewmodes of the explorer listview.
Namespace:
Jam.Shell.Com
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public enum FolderViewMode
Public Enumeration FolderViewMode
public enum class FolderViewMode
Members
| Member name | Value | Description |
---|
| Auto | -1 | The view should determine the best option. |
| Icon | 1 | The view should display medium-size icons. |
| SmallIcon | 2 | Each item appears as a small icon with the label to the right of it. |
| List | 3 |
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.
|
| Details | 4 | Object names and other selected information, such as the size or date last updated, are shown. |
| Thumbnail | 5 | The view should display thumbnail icons. |
| Tile | 6 | The view should display large icons. |
| Content | 8 |
Windows 7 and later. The view should display content mode.
|
See Also