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 |
|
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 |
![]() |
False |
![]() |
Default Value
The ShowNonFolders
property’s default value is False
.
See Also