ImageEn, unit iexFolderTree

TIEFileListBox.ShowThumbnails

TIEFileListBox.ShowThumbnails


Declaration

property ShowThumbnails: Boolean;


Description

Display thumbnails for image and video files.
Use IconSize to specify the size of the thumbnails.
ShowThumbnails has no effect, if ShowIcons = False.

Note: Windows Explorer is used to generate thumbnails. It is not a native method.

Default: False


Example

// Show thumbnails for images and videos
IEFileListBox1.ShowThumbnails := True;