| JamBaseShellListViewFastFolderThumbnails Property  | 
 
            In Thumbnail view, only load thumbnails that are already in the thumbnail cache for folders.
            Default value true will avoid potentially huge delays that are caused by live folder thumbnails reflecting the contents of the folder.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic bool FastFolderThumbnails { get; set; }Public Property FastFolderThumbnails As Boolean
	Get
	Set
public:
property bool FastFolderThumbnails {
	bool get ();
	void set (bool value);
}member FastFolderThumbnails : bool with get, set
Property Value
Type: 
Boolean Remarks
Remarks
             If set to true, folder icons might differ depending if they have been displayed as thumbnails in Windows Explorer before.
            
 See Also
See Also