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 |
Remarks
Set the ShowNonFolders
property to True
to display files, shortcuts, and other shell items in addition to folders.
Examples
Value | Example |
---|---|
True |
|
False |
The ShowNonFolders
property’s default value is False
.
See Also