ShellBrowser .Net Edition
ViewFolderFlags Property
NamespacesJam.ShellShellSystemListViewFolderFlags
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 Not all of the Flags are supported currently
Declaration Syntax
C#Visual BasicVisual C++
public FolderFlags ViewFolderFlags { get; set; }
Public Property ViewFolderFlags As FolderFlags
public:
property FolderFlags ViewFolderFlags {
	FolderFlags get ();
	void set (FolderFlags value);
}

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