CustomFileListTUseThreadPool Property |
Whether to use the system threadpool to obtain information on listview items.
If this property is false (the default value), the complete file detail information is retrieved as
soon as the item is displayed the first time within the listview.
Sometimes it is useful to have all file information fetched as soon as possible without loosing userinterface
responsiveness. If set to true, the item information for all files in the listview is additionally
fetched from the background this further enhances performance on multicore systems.
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