TcxCustomShellComboBoxProperties.ViewOptions Property
In This Article
Specifies the display options for the shell combo box dropdown.
#Declaration
Delphi
property ViewOptions: TcxShellComboBoxViewOptions read; write; default [scvoShowZipFilesWithFolders];
#Property Value
Type |
---|
Tcx |
#Remarks
Options include:
Value | Meaning |
---|---|
scvo |
If set, both folders and files are displayed within the shell combo box dropdown; otherwise, only folders are shown. To filter out files, use the File |
scvo |
If set, allows hidden shell items (files and folders) to be displayed within the shell combo box dropdown. |
scvo |
Starting with Windows Vista, ZIP files are considered folders. Set the scvo |
The default value of the ViewOptions property is [scvoShowZipFilesWithFolders].
See Also