ImageEn, unit iexFolderTree

TIEFileListBox.IconSize

TIEFileListBox.IconSize


Declaration

property IconSize: TIEIconSize;


Description

Specify the size of icons.
This option is only relevant when ShowIcons = True.

Small Icons



Note: If the monitor is scaled to 200% zoom or greater and IconSize is icoSmall it will be displayed as icoLarge

Default: icoSmall


Example

// Use double size icons (32x32)
IEFileListBox1.IconSize := icoLarge;