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
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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:
FolderFlagsRemarks
Not all of the Flags are supported currently.
See Also