ImageEn, unit iexFolderTree |
|
TIEFileListBox.IconSize
Declaration
property IconSize: TIEIconSize;
Description
Specify the size of icons.
This option is only relevant when
ShowIcons = True.
Small IconsNote: If the monitor is scaled to 200% zoom or greater and IconSize is icoSmall it will be displayed as icoLarge
Default: icoSmall
// Use double size icons (32x32)
IEFileListBox1.IconSize := icoLarge;