Click or drag to resize

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
public bool FastFolderThumbnails { get; set; }

Property Value

Type: Boolean
Remarks
If set to true, folder icons might differ depending if they have been displayed as thumbnails in Windows Explorer before.
See Also