| FolderViewMode Enumeration | 
            Enumerates the different viewmodes of the explorer listview. 
            
Namespace: Jam.Shell.ComAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic enum FolderViewMode
Public Enumeration FolderViewMode
public enum class FolderViewMode
 Members
Members| Member name | Value | Description | 
|---|
| 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. | 
| Auto | -1 | The view should determine the best option. | 
 See Also
See Also