Click or drag to resize

ShellListViewUseThreadPool Property

Whether to use the system threadpool to obtain information on listview items. If this property is false, the complete file detail information is retrieved as soon as the item is displayed the first time within the listview. If the property is true thumbnails and icons are fetched in worker threads in the background. The setting of this property affects the control the next time the FullRefresh method is called.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool UseThreadPool { get; set; }

Property Value

Type: Boolean
See Also