ShellBrowser .Net Edition
NoFillOnStartup Property
NamespacesJam.ShellJamBaseShellListViewNoFillOnStartup
If set to true, the control will not fill automatically after it was created. The FullRefresh()()() method must be called explicitly. Since filling shell control with the appropriate items is a costly operation, this property can be useful to prevent unnecessary refreshes of the control.
Declaration Syntax
C#Visual BasicVisual C++
public bool NoFillOnStartup { get; set; }
Public Property NoFillOnStartup As Boolean
public:
property bool NoFillOnStartup {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)