property ExFileView.Asynchronous as Boolean
Specifies whether the files and folders information is loading in the background.

TypeDescription
Boolean A boolean expression that specifies whether the control loads files/folder in the background.
By default, the Asynchronous property is False. The Asynchronous property on True, improves drastically the performance while loading ten of thousand of files/folders. The StateChange(BusyState) event notifies the application once the control is busy updating data to view. The StateChange(ReadyState) event notifies the application once the control done loading the files/folders into the view.