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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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
Boolean
Remarks
             If set to true, folder icons might differ depending if they have been displayed as thumbnails in Windows Explorer before.
            
See Also