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 (in ShellBrowser.dll) Version: 7.1
Syntax public bool UseThreadPool { get; set; }
Public Property UseThreadPool As Boolean
Get
Set
public:
property bool UseThreadPool {
bool get ();
void set (bool value);
}
member UseThreadPool : bool with get, set
Property Value
Type:
BooleanSee Also