| FolderViewMode Enumeration | 
  
    Namespace: 
   Jam.Shell.Com
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
 Syntax
Syntaxpublic enum FolderViewMode
Public Enumeration FolderViewMode
public enum class FolderViewMode
 Members
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
See Also