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