JamBaseShellListViewNoFillOnStartup Property  | 
 
            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.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxpublic virtual bool NoFillOnStartup { get; set; }Public Overridable Property NoFillOnStartup As Boolean
	Get
	Set
public:
virtual property bool NoFillOnStartup {
	bool get ();
	void set (bool value);
}abstract NoFillOnStartup : bool with get, set
override NoFillOnStartup : bool with get, set
Property Value
Type: 
Boolean
See Also