ShellListViewShowFiles Property | 
            If set to true, files will be shown in the control.
            If set to false, files will not be visible in the control.
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowFiles { get; set; }Public Property ShowFiles As Boolean
	Get
	Set
public:
property bool ShowFiles {
	bool get ();
	void set (bool value);
}member ShowFiles : bool with get, set
Property Value
Boolean
See Also