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.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public FolderFlags ViewFolderFlags { get; set; }

Property Value

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