| ExplorerBrowserViewFolderFlags Property  | 
 
            Get or set the 
FolderFlags that specify how the ListView displays
            its content. The flags can be or'ed together, ie. "FolderFlags.NoColumnHeader | FolderFlags.AbbreviatedNames"
            in the designer this is specified by a comma-separation.
            
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntaxpublic FolderFlags ViewFolderFlags { get; set; }Public Property ViewFolderFlags As FolderFlags
	Get
	Set
public:
property FolderFlags ViewFolderFlags {
	FolderFlags get ();
	void set (FolderFlags value);
}member ViewFolderFlags : FolderFlags with get, set
Property Value
Type: 
FolderFlags Remarks
Remarks
            Not all of the Flags are supported currently.
            
 See Also
See Also