Skip to main content

TdxShellTreeViewOptions.ShowNonFolders Property

Specifies if the Shell Tree View control displays files, shortcuts, and other shell items in addition to folders.

Declaration

property ShowNonFolders; default DefaultShowNonFoldersValue;

Property Value

Type Description
Boolean
False
Default. Only folders are visible.
True
All shell items are visible.

Remarks

Set the ShowNonFolders property to True to display files, shortcuts, and other shell items in addition to folders.

Property Value Examples

Value Example
True All Shell Items are Visible
False Only Shell Folders are Visible

Default Value

The ShowNonFolders property’s default value is False.

See Also