TcxCustomShellListView.ThumbnailOptions Property
Specifies thumbnail options for the shell list view.
Declaration
property ThumbnailOptions: TcxShellThumbnailOptions read; write;
Property Value
| Type |
|---|
| TcxShellThumbnailOptions |
Remarks
Refer to the TcxShellThumbnailOptions class description to learn about available options.
Note
ThumbnailOptions settings are in effect only if the ViewStyle is set to vsIcon.
See Also