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
| C# | Visual Basic | Visual C++ |
public FolderFlags ViewFolderFlags { get; set; }
Public Property ViewFolderFlags As FolderFlags
public: property FolderFlags ViewFolderFlags { FolderFlags get (); void set (FolderFlags value); }