Click or drag to resize

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; }

Property Value

Type: FolderFlags
Remarks
Not all of the Flags are supported currently.
See Also