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

If True, the control displays all shell items. If False, only shell folders are visible.

Remarks

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

Examples

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

The ShowNonFolders property’s default value is False.

See Also