Skip to main content

TcxShellOptions.ShowNonFolders Property

Specifies if file shell items are visible.

Declaration

property ShowNonFolders: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, files are visible. If False, files are hidden.

Remarks

If the ShowFolders and ShowNonFolders properties are set to False, the shell control is always empty.

Note

The ShowNonFolders property has no effect on ZIP files because Microsoft Windows® Vista and newer operating systems treat ZIP files as folders. Use the ShowZipFilesWithFolders property to specify if ZIP folders are visible when the ShowFolders property is set to True.

The ShowNonFolders property’s default value is True.

See Also